@@ -, +, @@ defined Bug 15285: Update common files - circ/waitingreserves.pl - circ/reserveratios.pl - patron_lists/lists.pl - virtualshelves/shelves.pl - acqui/invoices.pl - circ/circulation.pl - admin/currency.pl --- koha-tmpl/intranet-tmpl/prog/en/js/datatables.js | 1 + 1 file changed, 1 insertion(+) --- a/koha-tmpl/intranet-tmpl/prog/en/js/datatables.js +++ a/koha-tmpl/intranet-tmpl/prog/en/js/datatables.js @@ -24,6 +24,7 @@ var dataTablesDefaults = { "sZeroRecords" : window.MSG_DT_ZERO_RECORDS || "No matching records found" }, "dom": '<"top pager"ilpfB>tr<"bottom pager"ip>', + "buttons": [], "aLengthMenu": [[10, 20, 50, 100, -1], [10, 20, 50, 100, window.MSG_DT_ALL || "All"]], "iDisplayLength": 20 }; --