https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=41932 --- Comment #61 from Marcel de Rooy <m.de.rooy@rijksmuseum.nl> --- (In reply to David Nind from comment #57)
2. After the patch, I used Intermediate Perl (biblionumber = 126) and added call numbers.
+----------------+-------------------------+ | itemcallnumber | cn_sort | +----------------+-------------------------+ | A 2 | A_2_000000000000000 | | B2 | B_2_000000000000000 | | A 1 12-1 | A_1_000000000000000_121 | | B22c | B_22C | | B123 45 | B_123_450000000000000 | | C4 | C_4_000000000000000 | +----------------+-------------------------+
Yeah, this doesnt look good. It tells me that Dewey is used. Could you please check the following statements from comment53: You need to really change a call number to update cn_sort. If you just save an item, the call number is not marked "dirty" and cn_sort will not be affected. You should have the correct rule in effect. When you default to Dewey and you add an item, they will look like 1_000000000000000_A_1 as you mentioned. Should we explicitly say: set $2 to Other and change call number? Or change the pref DefaultClassificationSource ? Did you change the $2 value to Other for those items? -- You are receiving this mail because: You are watching all bug changes.