@@ -, +, @@ - Makes it possible to hide cardnumber with PatronSelfRegistrationBorrowerUnwantedField - Toggle OPACPatronDetails and test date expiry always shows - Check PatronSelfRegistrationBorrowerUnwantedField for dateexpiry and cardnumber - Verify a patron address modification request still works as expected --- koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-memberentry.tt | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) --- a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-memberentry.tt +++ a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-memberentry.tt @@ -62,10 +62,17 @@ Library
  1. - +
  2. + [% UNLESS hidden.defined('dateexpiry') %] +
  3. + + +
  4. + [% END %] + [% UNLESS hidden.defined('branchcode') %]
  5. [% IF mandatory.defined('branchcode') %] --