@@ -, +, @@ --- koha-tmpl/intranet-tmpl/prog/en/modules/acqui/basketgroup.tt | 1 + 1 file changed, 1 insertion(+) --- koha-tmpl/intranet-tmpl/prog/en/modules/acqui/basketgroup.tt +++ koha-tmpl/intranet-tmpl/prog/en/modules/acqui/basketgroup.tt @@ -140,6 +140,7 @@ function submitForm(form) { { "aTargets": [ -1 ], "bSortable": false, "bSearchable": false }, ], sDom: 't', + "bPaginate": false, "bAutoWidth": false } )) .columnFilter(column_filter_options); --