27 Jul
2026
27 Jul
'26
4:32 a.m.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=41932 --- Comment #45 from Marcel de Rooy <m.de.rooy@rijksmuseum.nl> --- Description =========== The new ClassSortGenericFormats system preference allows libraries to define custom call number sorting rules for the generic classification filing rule. Currently: Call numbers are sorted alphabetically. This makes 10 A 11 come before 10 A 9, or 19 before 9, etc. With this change: You can add zero-padding to call number parts so that the call number sort field cn_sort contains 0010_A_0011 and 0010_A_0009, or 0019 and 0009 as mentioned above. Now they will sort correctly. -- You are receiving this mail because: You are watching all bug changes.