From dd1bef0ea82f534acb83a70262a8cbdd29cd98e9 Mon Sep 17 00:00:00 2001 From: Baptiste Wojtkowski Date: Wed, 9 Oct 2024 09:39:07 +0200 Subject: [PATCH] Bug 37528: (follow-up) Add help strings for blank borrowerrelationship Signed-off-by: Martin Renvoize Signed-off-by: Katrin Fischer --- .../prog/en/modules/admin/preferences/patrons.pref | 2 +- .../intranet-tmpl/prog/en/modules/members/memberentrygen.tt | 2 +- 2 files changed, 2 insertions(+), 2 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 4376132e57..7f171f0da1 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 @@ -342,7 +342,7 @@ Patrons: - "Guarantors can be the following of those they guarantee:" - pref: borrowerRelationship class: multi - - (input multiple choices separated by |). + - (input multiple choices separated by |, leave a | at the end to allow to librarians to leave blank). - - "When adding a guarantee to a guarantor, whether it's from the guarantor's form or the guarantee's form, fill the following fields in the guarantee's member entry form from the guarantors record:" - pref: PrefillGuaranteeField diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/members/memberentrygen.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/members/memberentrygen.tt index 2706777bff..bc3c12a64c 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/members/memberentrygen.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/members/memberentrygen.tt @@ -218,7 +218,7 @@ legend.collapsed i.fa.fa-caret-down::before {
  • Cannot delete guarantor(s). A child patron needs a guarantor.
  • [% END %] [% IF ( ERROR_invalid_relationship ) %] -
  • Guarantor relationship is invalid.
  • +
  • Administrators do not allow to leave guarantor relationship blank
  • [% END %] -- 2.39.5