Bugzilla – Attachment 183587 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), 2.04 KB, created by
Marcel de Rooy
on 2025-06-27 07:46:22 UTC
(
hide
)
Description:
Bug 40250: Wrong link to NoIssuesChargeGuarantorWithGuarantees in patron category page
Filename:
MIME Type:
Creator:
Marcel de Rooy
Created:
2025-06-27 07:46:22 UTC
Size:
2.04 KB
patch
obsolete
>From 7a044a46360d1d46fb4185fdc89847b57ddfd055 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 >Content-Type: text/plain; charset=utf-8 > >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 > >Signed-off-by: Marcel de Rooy <m.de.rooy@rijksmuseum.nl> >--- > 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 8a5cf0478c..34da9d92b0 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.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 40250
:
183547
|
183548
|
183554
|
183555
| 183587 |
183588