Bugzilla – Attachment 182537 Details for
Bug 30301
Add a system preference to allow specifying the patron expiration notices as mandatory
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 30301: (QA follow-up) Restore correct terminology and add to columns settings
Bug-30301-QA-follow-up-Restore-correct-terminology.patch (text/plain), 3.48 KB, created by
Nick Clemens (kidclamp)
on 2025-05-16 13:14:04 UTC
(
hide
)
Description:
Bug 30301: (QA follow-up) Restore correct terminology and add to columns settings
Filename:
MIME Type:
Creator:
Nick Clemens (kidclamp)
Created:
2025-05-16 13:14:04 UTC
Size:
3.48 KB
patch
obsolete
>From 9579ac3d5c52179ca14f98407942f1066ee5d742 Mon Sep 17 00:00:00 2001 >From: Matt Blenkinsop <matt.blenkinsop@openfifth.co.uk> >Date: Fri, 16 May 2025 13:44:36 +0100 >Subject: [PATCH] Bug 30301: (QA follow-up) Restore correct terminology and add > to columns settings > >Signed-off-by: Nick Clemens <nick@bywatersolutions.com> >--- > admin/columns_settings.yml | 2 ++ > .../intranet-tmpl/prog/en/modules/admin/categories.tt | 8 ++++---- > 2 files changed, 6 insertions(+), 4 deletions(-) > >diff --git a/admin/columns_settings.yml b/admin/columns_settings.yml >index 70bc8e72105..f4820008150 100644 >--- a/admin/columns_settings.yml >+++ b/admin/columns_settings.yml >@@ -365,6 +365,8 @@ modules: > columnname: guarantees_checkout_charge_limit > - > columnname: guarantors_checkout_charge_limit >+ - >+ columnname: enforce_expiry_notice > - > columnname: actions > cannot_be_toggled: 1 >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 fe51cdb85fe..8a5cf0478c1 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/categories.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/categories.tt >@@ -509,7 +509,7 @@ > <div class="hint">If set, this will override the global value set in the [%- pref_NoIssuesChargeGuarantorsWithGuarantees_link | $raw | $KohaSpan -%] preference.</div> > </li> > <li> >- <label for="enforce_expiry_notice">Enforce patron expiry notice:</label> >+ <label for="enforce_expiry_notice">Enforce patron account expiry notice:</label> > <select name="enforce_expiry_notice" id="enforce_expiry_notice"> > [% IF category.enforce_expiry_notice %] > <option value="1" selected>Yes</option> >@@ -519,7 +519,7 @@ > <option value="0" selected>No</option> > [% END %] > </select> >- <div class="hint">Make the expiry notice mandatory for all patrons in this category and prevent patrons from opting out in the messaging preferences</div> >+ <div class="hint">Make the account expiry notice mandatory for all patrons in this category and prevent patrons from opting out in the messaging preferences</div> > </li> > </ol> > </fieldset> >@@ -669,8 +669,8 @@ > <th scope="col" data-colname="checkout_charge_limit">Checkout charge limit</th> > <th scope="col" data-colname="guarantees_checkout_charge_limit">Guarantees checkout charge limit</th> > <th scope="col" data-colname="guarantors_checkout_charge_limit">Guarantors with guarantees checkout charge limit</th> >- <th scope="col" data-colname="enforce_expiry_notice">Enforce patron expiry notice</th> >- <th scope="col" class="no-export" data-colname="actions">Actions</th> >+ <th scope="col" data-colname="enforce_expiry_notice">Enforce patron account expiry notice</th> >+ <th scope="col" class="noExport" data-colname="actions">Actions</th> > </tr> > </thead> > <tbody> >-- >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 30301
:
175086
|
175087
|
175088
|
175089
|
175526
|
175527
|
175528
|
175529
|
181102
|
181103
|
181104
|
181105
|
181106
|
181107
|
181108
|
182152
|
182153
|
182154
|
182155
|
182156
|
182157
|
182158
|
182527
|
182529
|
182530
|
182531
|
182532
|
182533
|
182534
|
182535
|
182536
| 182537 |
182538