From 08adb37e7a3581f80c2e8068ea7a80e441bbb250 Mon Sep 17 00:00:00 2001 From: Jonathan Druart Date: Tue, 19 Aug 2014 10:09:38 +0200 Subject: [PATCH] [PASSED QA] Bug 12646: Display all invoices on the same page Only first 20 invoices were displayed on the page. Without pagination, DT did not allow to show others. This page explicitely removes the pagination option in order to display all invoices on the page. Test plan: 1/ Create 21+ invoices 2/ Go on acqui/invoices 3/ Verify all invoices are displayed. Signed-off-by: Paola Rossi Signed-off-by: Kyle M Hall --- .../prog/en/modules/acqui/invoices.tt | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/invoices.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/invoices.tt index 578b7b3..456a231 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/invoices.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/invoices.tt @@ -10,7 +10,7 @@ //