From: Jean-André Santoni <jeanandre.sant...@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

_______________________________________________
Koha-patches mailing list
Koha-patches@lists.koha.org
http://lists.koha.org/mailman/listinfo/koha-patches

Reply via email to