From ce7c793dbff74c7eb5c4b381b1b90b91321d34b7 Mon Sep 17 00:00:00 2001 From: Owen Leonard Date: Wed, 16 Jul 2014 09:13:34 -0400 Subject: [PATCH] Bug 7462 - duplicate patron shows flags Content-Type: text/plain; charset="utf-8" When duplicating a patron the form fields for setting patron account flags and restrictions should be hidden as it is when adding a patron. This patch adds the correct logic to the template. To test, duplicate an existing patron: - Confirm that the "Patron account flags" and "Patron restrictions" sections are not visible. - Confirm that saving a duplicated patron works correctly. - Confirm that the edit and new patron entry forms are unaffected. --- .../prog/en/modules/members/memberentrygen.tt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 858f7f3..3ed8d28 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/members/memberentrygen.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/members/memberentrygen.tt @@ -1174,7 +1174,7 @@ [% END # hide fieldset %][% END %] - [% UNLESS ( opadd ) %] + [% UNLESS ( opadd || opduplicate ) %]
Patron account flags
    -- 1.7.9.5