Bugzilla – Attachment 48507 Details for
Bug 14659
Allow patrons to enter card number and patron category on OPAC registration page
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 14659: (QA followup) show cardnumber for existing borrowers
Bug-14659-QA-followup-show-cardnumber-for-existing.patch (text/plain), 1.35 KB, created by
Jonathan Druart
on 2016-03-01 13:26:46 UTC
(
hide
)
Description:
Bug 14659: (QA followup) show cardnumber for existing borrowers
Filename:
MIME Type:
Creator:
Jonathan Druart
Created:
2016-03-01 13:26:46 UTC
Size:
1.35 KB
patch
obsolete
>From f5ff9665d6938f454de19a5f1509daeee88234c1 Mon Sep 17 00:00:00 2001 >From: Jesse Weaver <jweaver@bywatersolutions.com> >Date: Mon, 29 Feb 2016 16:07:19 -0700 >Subject: [PATCH] Bug 14659: (QA followup) show cardnumber for existing > borrowers > >This would be incorrectly hidden when autoMemberNum is on. > >Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org> >--- > koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-memberentry.tt | 2 +- > 1 file changed, 1 insertion(+), 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 a2d0315..5580830 100644 >--- a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-memberentry.tt >+++ b/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-memberentry.tt >@@ -118,7 +118,7 @@ > > <legend id="library_legend">Library</legend> > <ol> >- [% UNLESS hidden.defined('cardnumber') || Koha.Preference('autoMemberNum') %] >+ [% UNLESS hidden.defined('cardnumber') || ( !borrower && Koha.Preference('autoMemberNum') ) %] > <li> > [% IF mandatory.defined('cardnumber') %] > <label for="borrower_cardnumber" class="required"> >-- >2.7.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 14659
:
42252
|
43042
|
48376
|
48377
|
48480
|
48505
|
48506
| 48507