Bug 5177 Selecting default sort result by syspref
authorFrédéric Demians <f.demians@tamil.fr>
Fri, 29 Oct 2010 11:47:33 +0000 (07:47 -0400)
committerChris Cormack <chrisc@catalyst.net.nz>
Tue, 2 Nov 2010 01:50:00 +0000 (14:50 +1300)
Syspref .pref file was defining a code for descending order which wasn't
expected by .tmpl files... 'desc' instead of 'dsc'.

Signed-off-by: Galen Charlton <gmcharlt@gmail.com>
Signed-off-by: Chris Cormack <chrisc@catalyst.net.nz>
koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/searching.pref

index 33362a6..0660e8c 100644 (file)
@@ -88,7 +88,7 @@ Searching:
             - pref: defaultSortOrder
               choices:
                   asc: ascending.
-                  desc: descending.
+                  dsc: descending.
                   az: from A to Z.
                   za: from Z to A.
         -
@@ -112,7 +112,7 @@ Searching:
             - pref: OPACdefaultSortOrder
               choices:
                   asc: ascending.
-                  desc: descending.
+                  dsc: descending.
                   az: from A to Z.
                   za: from Z to A.
             -