@@ -, +, @@ - perform inventory - look at result table --- koha-tmpl/intranet-tmpl/prog/en/modules/tools/inventory.tt | 5 ----- 1 file changed, 5 deletions(-) --- a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/inventory.tt +++ a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/inventory.tt @@ -32,11 +32,6 @@ function checkForm() { $(document).ready(function(){ inventorydt = $('#inventoryt').dataTable($.extend(true, {}, dataTablesDefaults, { 'sPaginationType': 'full_numbers', - [% IF compareinv2barcd %] - "aoColumnDefs": [ { "bSortable": false, "aTargets": [ 1 ] } ], - [% ELSE %] - "aoColumnDefs": [ { "bSortable": false, "aTargets": [ 0 ] } ], - [% END %] 'fnDrawCallback': function() { //bind the click handler script to the newly created elements held in the table $('.openWin').bind('click',function(e){ --