Checkout page - Check Out's table sortable on barcode
authorMichael Hafen <mdhafen@tech.washk12.org>
Tue, 28 Apr 2009 20:24:17 +0000 (14:24 -0600)
committerGalen Charlton <galen.charlton@liblime.com>
Wed, 29 Apr 2009 12:59:51 +0000 (07:59 -0500)
Add the barcode column of the Check Out's table to the tablesorter
setup.

Signed-off-by: Galen Charlton <galen.charlton@liblime.com>
koha-tmpl/intranet-tmpl/prog/en/modules/circ/circulation.tmpl

index 48c8cb6..9f1758b 100644 (file)
@@ -21,7 +21,7 @@ $.tablesorter.addParser({
                $.tablesorter.defaults.widgets = ['zebra'];
                $("#issuest").tablesorter({<!-- TMPL_IF EXPR="dateformat eq 'metric'" -->
                dateFormat: 'uk',<!-- /TMPL_IF -->
-               headers: { 1: { sorter: 'articles' },4:{sorter:false},5: { sorter: false },6:{sorter:false}}
+               headers: { 1: { sorter: 'articles' },5: { sorter: false },6:{sorter:false}}
                });
                $("#issuest").bind("sortEnd",function() {
                $("#previous").parents("tr").remove();  // 'previous checkouts' header chokes table sorter