From 746ecf7e12b5ec6a491f3bd5fa00a687fdf050fd Mon Sep 17 00:00:00 2001 From: Hammat Wele Date: Mon, 25 Mar 2024 16:21:11 +0000 Subject: [PATCH] Bug 31736: Editing 'All' to 'All patron categories' This patch edit the term 'All' to 'All patron categories', beacause All can have different genders depending on the used language ( in french All could mean 'tous for 'male-gendered' things and 'toutes' for 'female-gendered' things). 1. Apply patch 2. View the following pages --> The pages work (no errors) --> 'All' should be replace by 'All patron categories' --> No spelling errors in 'All' patron categories - Administration > Circulation and fines rules > Patron category column ('All patron categories' in existing rule) - Administration > Circulation and fines rules > Patron category column ('All patron categories' in drop-down to create a new rule) - Administration > Circulation and fines rules > Default waiting hold cancellation policy > Patron category column ('All patron categories' in existing rule) - Administration > Circulation and fines rules > Default waiting hold cancellation policy > Patron category column ('All patron categories' in drop-down to create a new rule) - Administration > Circulation and fines rules > Default article request fees > Patron category column ('All patron categories' in existing rule) - Administration > Circulation and fines rules > Default article request fees > Patron category column ('All patron categories' in drop-down to create a new rule) - Installer > Onboarding > New circulation rule (Patron category) --- .../prog/en/modules/admin/smart-rules.tt | 12 ++++++------ .../prog/en/modules/onboarding/onboardingstep5.tt | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/smart-rules.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/smart-rules.tt index f1193b1441..ca999dee61 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/smart-rules.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/smart-rules.tt @@ -216,7 +216,7 @@ [% END %] [% IF c == undef %] - All + All patron categories [% ELSE %] [% Categories.GetName(c) | html %] [% END %] @@ -412,7 +412,7 @@ 2 - + [% FOREACH patron_category IN patron_categories %] [% END %] @@ -1047,7 +1047,7 @@ [% IF c == undef %] - All + All patron categories [% ELSE %] [% Categories.GetName(c) | html %] [% END %] @@ -1068,7 +1068,7 @@ - + [% FOREACH category IN categories %] [%END%] -- 2.34.1