From c15284c5340e462ab5c4013238d473c6c3d41a33 Mon Sep 17 00:00:00 2001 From: Caroline Cyr La Rose 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 = 'NoIssuesChargeGuarantees' -%] + [%- SET pref_NoIssuesChargeGuarantorsWithGuarantees_link = 'NoIssuesChargeGuarantorsWithGuarantees' -%]
If set, this will override the global value set in the [%- pref_NoIssuesChargeGuarantorsWithGuarantees_link | $raw | $KohaSpan -%] preference.
  • -- 2.39.5