http://bugs.koha.org/cgi-bin/bugzilla3/show_bug.cgi?id=3521 Summary: Items table in catalogue/detail.pl and cataloguing/additem.pl is sorted nonsensically Product: Koha Version: HEAD Platform: All OS/Version: All Status: NEW Severity: enhancement Priority: P5 Component: Cataloging AssignedTo: gmcharlt@gmail.com ReportedBy: wizzyrea@gmail.com Estimated Hours: 0.0 Change sponsored?: --- The items in the table for catalogue/detail.pl and cataloguing/additem.pl are sorted by database addition date. This is nonsensical in large consortia/migrated systems. There are a couple of different ways to handle this: 1. Sort by logged in user branch first (makes most sense to us) 1a. There has been some discussion of "sort by logged in user" as a system preference across the board for all places such a sort would make things easier (adding patrons, etc). 1b. It would be nice if it sorted by logged in user, then by acquisition date, not date item added to the database. In migrated collections, database add date is always the date of migration into the system, and this results in a nonsensical display. 2. Add a tablesorter or some other jquery hackery to sort by any column. Other solutions and comments are welcome. -- Configure bugmail: http://bugs.koha.org/cgi-bin/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes.