From 65ae7af277d6f64ef42f961c290ab92768a90df3 Mon Sep 17 00:00:00 2001 From: Jonathan Druart Date: Fri, 4 Sep 2015 14:53:37 +0100 Subject: [PATCH] Bug 14343: Remove the DT pagination It does not make sense to have 2 paginations here. Signed-off-by: Jonathan Druart Signed-off-by: Tomas Cohen Arazi --- koha-tmpl/intranet-tmpl/prog/en/modules/acqui/parcels.tt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/parcels.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/parcels.tt index 9eabbdb067..fe29108303 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/parcels.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/parcels.tt @@ -12,7 +12,7 @@ "aoColumnDefs": [ { "sType": "title-string", "aTargets" : [ "title-string" ] } ], - "sPaginationType": "four_button" + 'bPaginate': false, } ) ); //keep a copy of all budgets before removing the inactives -- 2.20.1