From d22147d31f1cfb13ec56b23a54bba52ad69e760a Mon Sep 17 00:00:00 2001 From: Owen Leonard Date: Wed, 20 Jul 2011 09:11:18 -0400 Subject: [PATCH] Fix for Bug 6612 - Sort pulldown for messages in alphabetical order Content-Type: text/plain; charset="utf-8" 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. --- .../prog/en/modules/circ/circulation.tt | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) 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 d2f6405..cb03d89 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) { -- 1.7.3