Bug 10901: (follow-up) make the withdrawn column sortable
authorJonathan Druart <jonathan.druart@biblibre.com>
Mon, 23 Sep 2013 07:56:28 +0000 (09:56 +0200)
committerGalen Charlton <gmc@esilibrary.com>
Fri, 27 Sep 2013 17:00:30 +0000 (17:00 +0000)
Signed-off-by: Katrin Fischer <Katrin.Fischer.83@web.de>
Signed-off-by: Galen Charlton <gmc@esilibrary.com>

koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/additem.tt

index b60cd71..ba54bd9 100644 (file)
@@ -35,7 +35,7 @@ $(document).ready(function(){
 
     var itemst = $("#itemst").dataTable($.extend(true, {}, dataTablesDefaults, {
         "aoColumnDefs": [
-          { "aTargets": [ 0, 1 ], "bSortable": false, "bSearchable": false },
+          { "aTargets": [ 0 ], "bSortable": false, "bSearchable": false },
         ],
         'bPaginate': false,
         'bInfo': false,