@@ -, +, @@ --- koha-tmpl/intranet-tmpl/prog/en/modules/acqui/basketgroup.tt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) --- a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/basketgroup.tt +++ a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/basketgroup.tt @@ -113,7 +113,8 @@ function submitForm(form) { "aoColumnDefs": [ { "aTargets": [ -1 ], "bSortable": false, "bSearchable": false }, ], - "bAutoWidth": false + "bAutoWidth": false, + "sPaginationType": "four_button" } )); }); --