@@ -, +, @@ - 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 | 11 ++++++++++- 1 file changed, 10 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 @@ -61,10 +61,19 @@ Library
    + [% UNLESS hidden.defined('cardnumber') %]
  1. - +
  2. + [% END %] + + [% UNLESS hidden.defined('dateexpiry') %] +
  3. + + +
  4. + [% END %] [% UNLESS hidden.defined('branchcode') %]
  5. --