From 97f4cf90f46231f84acc454714e5870a2f30cd62 Mon Sep 17 00:00:00 2001 From: Michael Hafen Date: Tue, 28 Apr 2009 14:24:17 -0600 Subject: [PATCH] Checkout page - Check Out's table sortable on barcode Add the barcode column of the Check Out's table to the tablesorter setup. Signed-off-by: Galen Charlton Signed-off-by: Henri-Damien LAURENT --- koha-tmpl/intranet-tmpl/prog/en/modules/circ/circulation.tmpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/circulation.tmpl b/koha-tmpl/intranet-tmpl/prog/en/modules/circ/circulation.tmpl index 9fc246faeb..0cc42148de 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/circulation.tmpl +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/circ/circulation.tmpl @@ -21,7 +21,7 @@ $.tablesorter.addParser({ $.tablesorter.defaults.widgets = ['zebra']; $("#issuest").tablesorter({ dateFormat: 'uk', - 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 -- 2.39.5