From e06e09aeeb9ce7410fb7cf9325b3a3be9e0c7364 Mon Sep 17 00:00:00 2001 From: Lucas Gass Date: Fri, 1 Apr 2022 20:04:47 +0000 Subject: [PATCH] Bug 30438: Add select all/clear all buttons to invoices.tt To test: 1. Apply patch 2. Have a bunch of invoices, some open and some closed. 3. Go to Home > Acquisitions > Invoices and do a search that will return you many of those invoices, some open and some closed. 4. Notice the 'Select all' and 'Clear all' buttons. 5. Try clicking 'Select all' on the Open invoices tab. All Open invoices should become checked. 6. Try clicking 'Clear all' on the Open invoices tab. All open invoices should become unchecked. 7. Try 5 - 6 again but on the Closed invoices tab. --- .../prog/en/modules/acqui/invoices.tt | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) 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 3809d071f7..a120a41664 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/invoices.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/invoices.tt @@ -48,6 +48,8 @@ + +

Select all | Clear all

@@ -371,6 +373,21 @@ [% INCLUDE 'calendar.inc' %]