http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=9456
--- Comment #64 from Kyle M Hall <[email protected]> --- I think I understand your confusion. Sorting by the "items" column does not sort the items within the table cell itself. It sorts the rows based on the highest/lowest callnumber within the the table cell. I believe the callnumbers are displayed in the same order the were created in the database. Example: Sorted by callnumber ascending: --- A E Z --- B C G --- D F V --- Sorted by callnumber descending: --- A E Z --- D F V --- B C G --- 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! (In reply to comment #63) > Created attachment 19146 [details] > Odd sorting > > Hi Kyle, > Could you explain how these 4 notices are sorted? > I think there is an issue. > On the left, sorting desc ; on the right, sorting asc. -- You are receiving this mail because: You are watching all bug changes. _______________________________________________ Koha-bugs mailing list [email protected] http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
