From daa4be5386cf1c51996855d70454aa7968a15801 Mon Sep 17 00:00:00 2001 From: Laura_Escamilla Date: Tue, 29 Apr 2025 20:33:07 +0000 Subject: [PATCH] Bug 39782: Add gender label to patron registration form radio buttons This fixes the patron registration form in the staff interface. There is no "Gender" label before the radio buttons. Test plan: 1. Go to Patrons > +New patron > [Select any patron type] (http://localhost:8081/cgi-bin/koha/opac-memberentry.pl). 2. In the patron identity section you will see four radio buttons used to choose a gender. Note that there is no label next to the buttons. 3. Apply the patch and refresh the page.. 4. The label "Gender" is now visible next to the radio buttons. 5. Sign off and have an amazing day! :D Signed-off-by: David Nind Signed-off-by: Baptiste Wojtkowski --- .../intranet-tmpl/prog/en/modules/members/memberentrygen.tt | 1 + 1 file changed, 1 insertion(+) 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 bfb3fa35..69f102b0 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/members/memberentrygen.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/members/memberentrygen.tt @@ -427,6 +427,7 @@ [% UNLESS ( patron_category.category_type == 'I' ) %] [% UNLESS nosex %]
  • + [% UNLESS ( op == 'duplicate' ) %] [% IF ( female ) %] -- 2.30.2