Bugzilla – Attachment 184606 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), 3.72 KB, created by
David Flater
on 2025-07-24 21:05:26 UTC
(
hide
)
Description:
Bug 36278: Relabel "Gone no address"
Filename:
MIME Type:
Creator:
David Flater
Created:
2025-07-24 21:05:26 UTC
Size:
3.72 KB
patch
obsolete
>From c362758784b978acf3bfd95af2a81d515ae25854 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" > >--- > 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 @@ > <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..1703cc61c9 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>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 Address correction needed 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