From aef2e7ee4409a8a0b139480d75aa1e30cdf7c765 Mon Sep 17 00:00:00 2001 From: Jacob O'Mara Date: Wed, 23 Nov 2022 16:22:52 +0000 Subject: [PATCH] Bug 32322 : Removal of "Select all|None" Removed "Select all|None" from check in column of circ > checkouts and circ > details pages Test Plan: Navigate to Circulation > checkouts > *user* Ensure *user* has book checked out Observe that under both the Check Out and Details tabs on the left, the table has a column labelled "Check in select all | none." Apply Patch Observe that the above column on both tabs now reads "Check in" --- koha-tmpl/intranet-tmpl/prog/en/includes/checkouts-table.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/includes/checkouts-table.inc b/koha-tmpl/intranet-tmpl/prog/en/includes/checkouts-table.inc index 93df6e4730..f59e0395a0 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/includes/checkouts-table.inc +++ b/koha-tmpl/intranet-tmpl/prog/en/includes/checkouts-table.inc @@ -31,7 +31,7 @@ Fine Price Renew

select all | none

- Check in

select all | none

+ Check in Return claims Export

select all | none

-- 2.34.1