From 0699c8af84f7e3c13c0a48197b581a5375f4f039 Mon Sep 17 00:00:00 2001 From: Owen Leonard Date: Tue, 19 Jul 2011 05:05:13 -0400 Subject: [PATCH] Fix for Bug 6612 - Sort pulldown for messages in alphabetical order 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 this patch changes the template to show 'lib,' the description, instead of the authorised_value. That will make the output match the column which is being sorted. Signed-off-by: Nicole C. Engard Signed-off-by: Chris Cormack --- koha-tmpl/intranet-tmpl/prog/en/modules/circ/circulation.tt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/circulation.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/circ/circulation.tt index d2f6405563..cb03d89f4c 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/circulation.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/circ/circulation.tt @@ -207,7 +207,7 @@ function refocus(calendar) { -- 2.39.2