Bugzilla – Attachment 40198 Details for
Bug 14002
Show patron expiry date in OPAC
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 14002: Show patron expiry date in OPAC
Bug-14002-Show-patron-expiry-date-in-OPAC.patch (text/plain), 2.27 KB, created by
Jonathan Druart
on 2015-06-16 17:27:13 UTC
(
hide
)
Description:
Bug 14002: Show patron expiry date in OPAC
Filename:
MIME Type:
Creator:
Jonathan Druart
Created:
2015-06-16 17:27:13 UTC
Size:
2.27 KB
patch
obsolete
>From eb5af9f9f963079b18eef96454382658c6562c09 Mon Sep 17 00:00:00 2001 >From: Katrin Fischer <Katrin.Fischer.83@web.de> >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 > >Signed-off-by: Aleisha <aleishaamohia@hotmail.com> > >Signed-off-by: Jonathan Druart <jonathan.druart@koha-community.org> >--- > koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-memberentry.tt | 11 ++++++++++- > 1 file changed, 10 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..0536010 100644 >--- a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-memberentry.tt >+++ b/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-memberentry.tt >@@ -61,10 +61,19 @@ > > <legend id="library_legend">Library</legend> > <ol> >+ [% UNLESS hidden.defined('cardnumber') %] > <li> >- <label>Card number</label> >+ <label>Card number:</label> > <input type="text" value="[% borrower.cardnumber %]" disabled="disabled"/> > </li> >+ [% END %] >+ >+ [% UNLESS hidden.defined('dateexpiry') %] >+ <li> >+ <label>Expiration date:</label> >+ <input type="text" value="[% borrower.dateexpiry | $KohaDates %]" disabled="disabled" size="10" /> >+ </li> >+ [% END %] > > [% UNLESS hidden.defined('branchcode') %] > <li> >-- >2.1.0
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
|
Splinter Review
Attachments on
bug 14002
:
40051
|
40052
|
40055
|
40198
|
40199
|
40405
|
40406