From 1338fe2963ea6e4c70b5d17ae83a52d01a0cc83e Mon Sep 17 00:00:00 2001 From: Kyle M Hall Date: Thu, 15 May 2025 12:37:54 -0400 Subject: [PATCH] Bug 37439: Fix misleading ChildNeedsGuarantor description Unless I misunderstood the purpose of the ChildNeedsGuarantor system preference, I think the description is misleading. Signed-off-by: Magnus Enger Applied the patch, reloaded the syspref page for ChildNeedsGuarantor, verified the new description looks OK. --- .../prog/en/modules/admin/preferences/patrons.pref | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/patrons.pref b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/patrons.pref index 90e041b218..424b3eee9b 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/patrons.pref +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/patrons.pref @@ -406,12 +406,13 @@ Patrons: 0: "Don't allow" - staff to set the ability for a patron's charges to be viewed by linked patrons in the OPAC. - - - "A child patron" + - "Any patron of a patron type than can have a guarantor" - pref: "ChildNeedsGuarantor" choices: - 1: "must have" - 0: "doesn't need" - - a guarantor when adding the patron. + 1: "requires" + 0: "does not require" + - a guarantor be set when adding the patron. + -

WARNING: Setting this preference to requires will cause errors for any pre-existing patrons that would now require a guarantor and do not have one. Patron restrictions: - - pref: RestrictPatronsWithFailedNotices -- 2.34.1