From e2ffb93a350988a0e17534a7b6a958e21ab0a651 Mon Sep 17 00:00:00 2001 From: Tomas Cohen Arazi Date: Fri, 22 Oct 2021 18:59:37 -0300 Subject: [PATCH] Bug 29309: Make 'Pay all fines' be 'Pay all charges' It is not just fines, it is also fees, etc. To test: 1. Have a patron with debt 2. Go to the circulation page for the patron => FAIL: There's a button saying 'Pay all fines' 3. Apply this patch and reload page => SUCCESS: The button now says 'Pay all charges' 4. Enjoy the new terminology 5. Sign off :-D Signed-off-by: Tomas Cohen Arazi Signed-off-by: David Nind --- koha-tmpl/intranet-tmpl/prog/en/includes/blocked-fines.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/includes/blocked-fines.inc b/koha-tmpl/intranet-tmpl/prog/en/includes/blocked-fines.inc index c9bb3712fe..e563aa678e 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/includes/blocked-fines.inc +++ b/koha-tmpl/intranet-tmpl/prog/en/includes/blocked-fines.inc @@ -9,7 +9,7 @@ [% END %] [% IF CAN_user_updatecharges_remaining_permissions %] Make payment - Pay all fines + Pay all charges [% END %] [% END %] -- 2.20.1