From 48f3ae6e79b7ac60175274872c0a2eb3128ed0ee Mon Sep 17 00:00:00 2001 From: Lucas Gass Date: Fri, 15 Apr 2022 14:00:01 +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 | 14 ++++++++++++++ 1 file changed, 14 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 8be858e6be..e54e8e0756 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,7 @@ +

Select all | Clear all

@@ -399,6 +400,19 @@ [% INCLUDE 'calendar.inc' %]