Bug 10737: (follow-up) make the new 'Closed' column sortable
authorJonathan Druart <jonathan.druart@biblibre.com>
Thu, 5 Sep 2013 07:46:30 +0000 (09:46 +0200)
committerGalen Charlton <gmc@esilibrary.com>
Thu, 5 Sep 2013 15:28:51 +0000 (15:28 +0000)
Signed-off-by: Jonathan Druart <jonathan.druart@biblibre.com>
Signed-off-by: Galen Charlton <gmc@esilibrary.com>
koha-tmpl/intranet-tmpl/prog/en/modules/acqui/booksellers.tt

index 782bed1..880e95e 100644 (file)
@@ -24,7 +24,7 @@ $(document).ready(function() {
             null,null,null,null,null,null,{ "sType": "title-string" },{ "sType": "title-string" },null
         ],
         'aoColumnDefs': [
-            { 'aTargets': [-1,-2], 'bSortable': false }
+            { 'aTargets': [-1], 'bSortable': false }
         ]
     }));
     $("#supplierlist").change(function() {