http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8032
Jonathan Druart <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Signed Off |Passed QA CC| |[email protected] | |m Patch complexity|--- |Small patch --- Comment #10 from Jonathan Druart <[email protected]> --- QA Comment: This patch adds a new sort for lists. Add/edit a list and set the sort value to callnumber. The results (opac and intranet) are sorted by callnumber. The patch works as expected. The patch uses an existed esoteric way to pass the sort parameter to the templates (sort_$sort => 1 or author_sort => 1 if $sort eq 'author'), it would be great to standardize this stuff. It is not the goal of this patch. Marked as Passed QA. -- 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/
