https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37434
--- Comment #13 from Marcel de Rooy <[email protected]> --- Do you need these changes: + [% ELSIF shelf.sortfield == "publicationyear" %] + <option value="publicationyear" selected="selected">Copyrightdate</option> and also twice + $sortfield = 'title' unless grep { $_ eq $sortfield } qw( title author copyrightdate publicationyear itemcallnumber dateadded ); Is the test on copyrightdate and UNIMARC not sufficient ? -- You are receiving this mail because: You are watching all bug changes. _______________________________________________ Koha-bugs mailing list [email protected] https://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/
