Bugzilla – Attachment 183548 Details for
Bug 40250
Wrong link to NoIssuesChargeGuarantorWithGuarantees in patron category page
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 40250: Terminology changes 'preference' to 'system preference'
Bug-40250-Terminology-changes-preference-to-system.patch (text/plain), 3.94 KB, created by
Caroline Cyr La Rose
on 2025-06-26 15:17:01 UTC
(
hide
)
Description:
Bug 40250: Terminology changes 'preference' to 'system preference'
Filename:
MIME Type:
Creator:
Caroline Cyr La Rose
Created:
2025-06-26 15:17:01 UTC
Size:
3.94 KB
patch
obsolete
>From 73493c4c4244308e441a662b8bc6b1f8506321bf Mon Sep 17 00:00:00 2001 >From: Caroline Cyr La Rose <caroline.cyr-la-rose@inlibro.com> >Date: Thu, 26 Jun 2025 11:14:20 -0400 >Subject: [PATCH] Bug 40250: Terminology changes 'preference' to 'system > preference' > >This patch corrects the terminology used in the patron category settings >page, changing 'preference' to 'system preference'. >https://wiki.koha-community.org/wiki/Terminology#P > >To test: >1. Apply patch >2. Go to Administration > Patron categories >3. Click 'New category' >4. Check that the hints under 'Checkout charge limit', 'Guarantees > checkout charge limit', and 'Guarantors with guarantees checkout > charge limit' use 'system preference' and not 'preference' >--- > koha-tmpl/intranet-tmpl/prog/en/modules/admin/categories.tt | 6 +++--- > 1 file changed, 3 insertions(+), 3 deletions(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/categories.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/categories.tt >index 34da9d92b07..e91ba21feb3 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/categories.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/categories.tt >@@ -486,13 +486,13 @@ > <label for="noissuescharge">Checkout charge limit: </label> > <input type="text" pattern="^\d+(\.\d{2})?$" name="noissuescharge" id="noissuescharge" value="[% category.noissuescharge | $Price on_editing => 1 %]" size="5" maxlength="8" /> > [%- SET pref_noissuescharge_link = '<a href="/cgi-bin/koha/admin/preferences.pl?op=search&searchfield=noissuescharge&ok=Search">noissuescharge</a>' -%] >- <div class="hint">If set, this will override the global value set in the [%- pref_noissuescharge_link | $raw | $KohaSpan -%] preference.</div> >+ <div class="hint">If set, this will override the global value set in the [%- pref_noissuescharge_link | $raw | $KohaSpan -%] system preference.</div> > </li> > <li> > <label for="noissueschargeguarantees">Guarantees checkout charge limit: </label> > <input type="text" pattern="^\d+(\.\d{2})?$" name="noissueschargeguarantees" id="noissueschargeguarantees" value="[% category.noissueschargeguarantees | $Price on_editing => 1 %]" size="5" maxlength="8" /> > [%- SET pref_NoIssuesChargeGuarantees_link = '<a href="/cgi-bin/koha/admin/preferences.pl?op=search&searchfield=NoIssuesChargeGuarantees&ok=Search">NoIssuesChargeGuarantees</a>' -%] >- <div class="hint">If set, this will override the global value set in the [%- pref_NoIssuesChargeGuarantees_link | $raw | $KohaSpan -%] preference.</div> >+ <div class="hint">If set, this will override the global value set in the [%- pref_NoIssuesChargeGuarantees_link | $raw | $KohaSpan -%] system preference.</div> > </li> > <li> > <label for="noissueschargeguarantorswithguarantees">Guarantors with guarantees checkout charge limit: </label> >@@ -506,7 +506,7 @@ > maxlength="8" > /> > [%- SET pref_NoIssuesChargeGuarantorsWithGuarantees_link = '<a href="/cgi-bin/koha/admin/preferences.pl?op=search&searchfield=NoIssuesChargeGuarantorsWithGuarantees&ok=Search">NoIssuesChargeGuarantorsWithGuarantees</a>' -%] >- <div class="hint">If set, this will override the global value set in the [%- pref_NoIssuesChargeGuarantorsWithGuarantees_link | $raw | $KohaSpan -%] preference.</div> >+ <div class="hint">If set, this will override the global value set in the [%- pref_NoIssuesChargeGuarantorsWithGuarantees_link | $raw | $KohaSpan -%] system preference.</div> > </li> > <li> > <label for="enforce_expiry_notice">Enforce patron account expiry notice:</label> >-- >2.43.0
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 40250
:
183547
|
183548
|
183554
|
183555
|
183587
|
183588