Bugzilla – Attachment 185485 Details for
Bug 36278
Relabel "Gone no address"
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 36278: Relabel "Gone no address"
Bug-36278-Relabel-Gone-no-address.patch (text/plain), 4.39 KB, created by
Laura Escamilla
on 2025-08-15 23:52:42 UTC
(
hide
)
Description:
Bug 36278: Relabel "Gone no address"
Filename:
MIME Type:
Creator:
Laura Escamilla
Created:
2025-08-15 23:52:42 UTC
Size:
4.39 KB
patch
obsolete
>From 7da0a96bbc5ab6881ed6842a950f03a55b96171e Mon Sep 17 00:00:00 2001 >From: David Flater <flaterdavid@gmail.com> >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 <marie-luce.laflamme@inlibro.com> >Signed-off-by: Laura_Escamilla <laura.escamilla@bywatersolutions.com> >--- > 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 4f86e49e18..a4cee866f3 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 @@ > <ol class="radio"> > [% UNLESS nogonenoaddress %] > <li> >- <label class="radio [% IF mandatorygonenoaddress %]required[% END %]" for="yesgonenoaddress"> Gone no address: </label> >+ <label class="radio [% IF mandatorygonenoaddress %]required[% END %]" for="yesgonenoaddress"> Address correction needed: </label> > [% IF CAN_user_circulate_manage_restrictions %] > <label for="yesgonenoaddress"> > [% IF ( borrower_data.gonenoaddress ) %] >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/members/members-update.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/members/members-update.tt >index 81e2ceaec7..8fedb2db77 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/members/members-update.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/members/members-update.tt >@@ -193,9 +193,9 @@ > [% IF borrowers.$borrowernumber.gonenoaddress > 0 %] > <div class="alert alert-info" style="margin-top:.8em"> > <h4>Patron's address in doubt</h4> >- <p>The <strong>Gone no address</strong> flag is set for this patron. If this modification request resolves the issue, please unset the flag.</p> >+ <p>The <strong class="gonenoaddress">Address correction needed</strong> flag is set for this patron. If this modification request resolves the issue, please unset the flag.</p> > <input type="checkbox" id="unset_gna_[% pm.borrowernumber | html %]" name="unset_gna_[% pm.borrowernumber | html %]" value="unset_gna_[% pm.borrowernumber | html %]" /> >- <label for="unset_gna_[% pm.borrowernumber | html %]">Unset Gone no address for this patron</label> >+ <label for="unset_gna_[% pm.borrowernumber | html %]">Unset <span class="gonenoaddress">Address correction needed</span> for this patron</label> > </div> > [% END %] > >-- >2.39.5
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
|
Splinter Review
Attachments on
bug 36278
:
184605
|
184606
|
184607
|
184608
|
185482
| 185485