https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=41932
--- Comment #65 from Marcel de Rooy <[email protected]> --- select itemcallnumber, cn_sort from items where biblionumber=4 order by cn_sort; +----------------+-----------+ | itemcallnumber | cn_sort | +----------------+-----------+ | A 1 12-1 | A_001_121 | | A 2 | A_2 | | B2 | B0002 | | B22c | B0022C | | B123 45 | B0123_45 | | C4 | C4 | +----------------+-----------+ -- You are receiving this mail because: You are watching all bug changes. _______________________________________________ Koha-bugs mailing list -- [email protected] To unsubscribe send an email to [email protected] website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
