http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6612 --- Comment #1 from Owen Leonard <oleonard@myacpl.org> 2011-07-20 13:03:26 UTC --- The values in the menu come straight out of GetAuthorisedValues(), which sorts its results by "category, lib, lib_opac." Rather than trying to re-sort the data in circulation.pl I wonder if we should just change the output in the template to display the note ('lib', the description) itself rather than the authorised_value? The column size in the database is the same (varchar 80) for both authorised_value and lib, so it's not like the description is going to get too big, compared to the authorised_value, to show in the drop-down. -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA Contact for the bug.