Bugzilla – Attachment 183547 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: Wrong link to NoIssuesChargeGuarantorWithGuarantees in patron category page
Bug-40250-Wrong-link-to-NoIssuesChargeGuarantorWit.patch (text/plain), 1.95 KB, created by
Caroline Cyr La Rose
on 2025-06-26 15:16:59 UTC
(
hide
)
Description:
Bug 40250: Wrong link to NoIssuesChargeGuarantorWithGuarantees in patron category page
Filename:
MIME Type:
Creator:
Caroline Cyr La Rose
Created:
2025-06-26 15:16:59 UTC
Size:
1.95 KB
patch
obsolete
>From 5d068498d2ed595d8ed04f7bd086edc7dbbe6982 Mon Sep 17 00:00:00 2001 >From: Caroline Cyr La Rose <caroline.cyr-la-rose@inlibro.com> >Date: Thu, 26 Jun 2025 11:08:32 -0400 >Subject: [PATCH] Bug 40250: Wrong link to > NoIssuesChargeGuarantorWithGuarantees in patron category page > >This patch corrects the link to the NoIssuesChargeGuarantorsWithGuarantees >system preference in the patron category creation/modification page. > >To test: >1. Apply patch >2. Go to Administration > Patron categories >3. Click 'New category' >4. Check that the hint under 'Guarantors with guarantees checkout charge > limit' links to the correct system preference >5. Click on the link and make sure it links to the correct system preference >--- > koha-tmpl/intranet-tmpl/prog/en/modules/admin/categories.tt | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >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 8a5cf0478c1..34da9d92b07 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/categories.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/categories.tt >@@ -505,7 +505,7 @@ > size="5" > maxlength="8" > /> >- [%- SET pref_NoIssuesChargeGuarantorsWithGuarantees_link = '<a href="/cgi-bin/koha/admin/preferences.pl?op=search&searchfield=NoIssuesChargeGuarantees&ok=Search">NoIssuesChargeGuarantees</a>' -%] >+ [%- 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> > </li> > <li> >-- >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