From 3a91723954be9e5a9b8c590aaec3a35681d196d4 Mon Sep 17 00:00:00 2001 From: Katrin Fischer Date: Wed, 10 Jun 2015 00:52:39 +0200 Subject: [PATCH] Bug 14002: Show patron expiry date in OPAC This patch makes it possible to show the expiration date of a patron account in the OPAC on the details tab in the patron account. Extras: - Makes it possible to hide cardnumber with PatronSelfRegistrationBorrowerUnwantedField To test: - 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(-) 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 b354b92..88d01ba 100644 --- a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-memberentry.tt +++ b/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') %] -- 1.9.1