[MT2343] Makes action column not sortable in root budgets
authorJean-André Santoni <jeanandre.santoni@biblibre.com>
Wed, 2 Dec 2009 15:50:37 +0000 (16:50 +0100)
committerHenri-Damien LAURENT <henridamien.laurent@biblibre.com>
Sun, 20 Dec 2009 13:31:21 +0000 (14:31 +0100)
koha-tmpl/intranet-tmpl/prog/en/modules/admin/aqbudgetperiods.tmpl

index ffaee71..8592fe4 100644 (file)
@@ -50,7 +50,8 @@
        $(document).ready(function() { 
                 $("#periodsh").tablesorter({
                    widgets : ['zebra'],
-                   sortList: [[0,0]]
+                   sortList: [[0,0]],
+                   headers:  {6:{sorter:false}}
             });
        });
 </script>