From d87dde917e0550cc498e6f2156a6d7b96499a227 Mon Sep 17 00:00:00 2001 From: David Flater Date: Thu, 24 Jul 2025 17:24:11 +0000 Subject: [PATCH] Bug 36278: Relabel "Gone no address" 1. Find a patron and edit their Library use, then locate their Patron Account Flags 2. Note the name of "gone no address" and set the flag to true 3. Log into OPAC as the changed user and make modifications to their account address, then save 4. Return to staff-end and check the queue for pending patron actions for the "gone no address" flag there as well 5. Apply patch, restart_all 6. Refresh page and repeat steps 2-4, checking if the name has changed to "Address correction needed" Signed-off-by: Marie-Luce Laflamme --- koha-tmpl/intranet-tmpl/prog/en/includes/patronfields.inc | 2 +- .../intranet-tmpl/prog/en/modules/members/memberentrygen.tt | 2 +- .../intranet-tmpl/prog/en/modules/members/members-update.tt | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/includes/patronfields.inc b/koha-tmpl/intranet-tmpl/prog/en/includes/patronfields.inc index 04aedb0d2d9..912e42c6e3c 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/includes/patronfields.inc +++ b/koha-tmpl/intranet-tmpl/prog/en/includes/patronfields.inc @@ -88,7 +88,7 @@ [%- CASE 'dateexpiry' -%] [% t("Expiry date") | html %] [%- CASE 'gonenoaddress' -%] - [% t("Gone no address") | html %] + [% t("Address correction needed") | html %] [%- CASE 'lost' -%] [% t("Lost card") | html %] [%- CASE 'debarred' -%] diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/members/memberentrygen.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/members/memberentrygen.tt index 4f86e49e182..a4cee866f38 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/members/memberentrygen.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/members/memberentrygen.tt @@ -1304,7 +1304,7 @@
    [% UNLESS nogonenoaddress %]
  1. - + [% IF CAN_user_circulate_manage_restrictions %]