From 197c6c5f3fd5cf73681c11b6b797dd8bfa71a230 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. --- .../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 90e041b2184..424b3eee9ba 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.39.5 (Apple Git-154)