From 15f8b54cd8324080e122f185b4795f235e4c87d6 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" --- 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 04aedb0d2d..912e42c6e3 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 361a178107..3c31107279 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 %]