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