https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=41932 --- Comment #48 from Marcel de Rooy <m.de.rooy@rijksmuseum.nl> --- Created attachment 202613 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=202613&action=edit Bug 41932: (follow-up) Add quote in regex, and add info hash Test plan: [1] Run t/ClassSortRoutine_Generic.t [2] Interface tests [a] Make sure that 'z-Other/Generic Classification Scheme' is marked in use on Administration / Classification configuration. [b] Go to System preferences. Set ClassSortGenericFormats to: "^A",1,3,1,2;; "^B",1,4 [c] Edit some items under biblio X and change call numbers to: A 1 12-1, A 2, B2, B22c, B123 45, C4 [d] Verify that cn_sort reflects that change with the sql query: select itemcallnumber, cn_sort from items where biblionumber=X A_001_121, A_2, B0002, B0022c, B0123_45, C4 Signed-off-by: Marcel de Rooy <m.de.rooy@rijksmuseum.nl> -- You are receiving this mail because: You are watching all bug changes.