https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=9156
Jonathan Druart <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] | |ommunity.org Status|Signed Off |Failed QA --- Comment #21 from Jonathan Druart <[email protected]> --- (In reply to Nick Clemens from comment #13) > (In reply to Andrew Fuerste-Henry from comment #11) > > After Nick's change, this is misbehaving slightly, not getting the right > > order in the item record. > > > > My syspref says: 082abmqA > > > > My bib says: > > 082 $a a > > $b b > > $m m > > $q q > > $A A > > > > The item call number generates as: a A b m q > > I cannot recreate this - the code for MARC::Field->as_string should preserve > the order in the record. Can you share your sample record? It preserves the order in the record, but not the one from the syspref. From the test plan, if I edit the pref and set 082$efab it does not change anything. Should not we follow the order of the syspref? -- You are receiving this mail because: You are watching all bug changes. _______________________________________________ Koha-bugs mailing list [email protected] https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
