19 Jun
2013
19 Jun
'13
12:30 p.m.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=9456 --- Comment #65 from Jonathan Druart <jonathan.druart@biblibre.com> --- (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.