From c84fe626a2ae8ac4c842bb444d204bfe984529e3 Mon Sep 17 00:00:00 2001 From: Lucas Gass Date: Wed, 17 Aug 2022 17:09:44 +0000 Subject: [PATCH] Bug 31387: Fix othernames required label 1. Mark othernames as required via PatronSelfRegistrationBorrowerMandatoryField 2. Go to the self-reg form, the field is required but the span that makes it look required stays hidden. (
Required
) 3. Mark initials as required via PatronSelfRegistrationBorrowerMandatoryField. 4. Now the label_required field appears for othernames in the self ref form 5. Apply patch 6. Try again, the label should now properly show when othernames is marked as required Signed-off-by: David Nind --- koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-memberentry.tt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-memberentry.tt b/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-memberentry.tt index 45c4373199..f70c2f3163 100644 --- a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-memberentry.tt +++ b/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-memberentry.tt @@ -376,7 +376,7 @@ -
Required
+
Required
[% END %] -- 2.30.2