http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=9456 --- Comment #66 from Kyle M Hall <kyle@bywatersolutions.com> --- I believe this is because the location is taken into account as part of the callnumber for sorting purposes. (In reply to comment #65)
(In reply to comment #64)
Note the order of the callnumbers within a cell does not change. Also note the A,E,Z set is always on top for sorting by callnumber is it contains both the highest and lowest callnumbers!
Yes, It is what I understood :) But with my example: 1 = the notice with QC*, callnumber, callNUM, iop 2 = AAAA, ZZZZ, SSSS 3 = CALLNUMBER 4 = without callnumber
I am expecting, for asc: 2, 1, 3, 4 (or 4, 2, 1, 3 if "without callnumber" is first) and for desc: 2, 1, 3, 4 too
-- You are receiving this mail because: You are watching all bug changes.