From 070136dce12e8bcc467fdc6784fe98581f78a117 Mon Sep 17 00:00:00 2001 From: Hammat Wele Date: Wed, 11 Mar 2026 23:18:39 +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 | 16 ++++++++-------- .../en/modules/onboarding/onboardingstep5.tt | 2 +- 2 files changed, 9 insertions(+), 9 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 84f323ab327..da5201bf8fa 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 @@ -234,7 +234,7 @@ > [% IF c == undef %] - All + All patron categories [% ELSE %] [% Categories.GetName(c) | html %] [% END %] @@ -463,7 +463,7 @@ 2 - + [% FOREACH patron_category IN patron_categories %] [% END %] @@ -1011,7 +1011,7 @@ [% IF ( open_article_requests_limit.defined && open_article_requests_limit != '' ) %] [% IF c == undef %] - All + All patron categories [% ELSE %] [% Categories.GetName(c) | html %] [% END %] @@ -1032,7 +1032,7 @@ - + [% FOREACH patron_category IN patron_categories %] [% END %] diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/onboarding/onboardingstep5.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/onboarding/onboardingstep5.tt index 774f7b74bc7..f88913b21b9 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/onboarding/onboardingstep5.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/onboarding/onboardingstep5.tt @@ -75,7 +75,7 @@