[Koha-patches] [PATCH 14/92] [MT2343] Makes action column not sortable in root budgets

Henri-Damien LAURENT henridamien.laurent at biblibre.com
Tue Dec 22 01:20:07 CET 2009


From: Jean-André Santoni <jeanandre.santoni at biblibre.com>

---
 .../prog/en/modules/admin/aqbudgetperiods.tmpl     |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/aqbudgetperiods.tmpl b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/aqbudgetperiods.tmpl
index 2a91c6f..cd3b2b0 100644
--- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/aqbudgetperiods.tmpl
+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/aqbudgetperiods.tmpl
@@ -50,7 +50,8 @@
 	$(document).ready(function() { 
 		 $("#periodsh").tablesorter({
 	            widgets : ['zebra'],
-	            sortList: [[0,0]]
+	            sortList: [[0,0]],
+	            headers:  {6:{sorter:false}}
 	     });
 	});
 </script>
-- 
1.6.3.3




More information about the Koha-patches mailing list