Bugzilla – Attachment 12663 Details for
Bug 8869
Duplicate member check doesn't disable submit button on bottom.
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 8869 - Duplicate member check doesn't disable submit button on bottom.
Bug-8869---Duplicate-member-check-doesnt-disable-s.patch (text/plain), 1.16 KB, created by
Kyle M Hall (khall)
on 2012-10-03 14:49:02 UTC
(
hide
)
Description:
Bug 8869 - Duplicate member check doesn't disable submit button on bottom.
Filename:
MIME Type:
Creator:
Kyle M Hall (khall)
Created:
2012-10-03 14:49:02 UTC
Size:
1.16 KB
patch
obsolete
>From 3628e6dc57c1592fc5c3e4f217485b9a7b4f0b19 Mon Sep 17 00:00:00 2001 >From: Kyle M Hall <kyle@bywatersolutions.com> >Date: Wed, 3 Oct 2012 10:49:13 -0400 >Subject: [PATCH] Bug 8869 - Duplicate member check doesn't disable submit button on bottom. >Content-Type: text/plain; charset="utf-8" > >--- > .../prog/en/modules/members/memberentrygen.tt | 2 ++ > 1 files changed, 2 insertions(+), 0 deletions(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/members/memberentrygen.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/members/memberentrygen.tt >index 96e17c5..5bb474e 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/members/memberentrygen.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/members/memberentrygen.tt >@@ -1443,6 +1443,7 @@ > </fieldset> > [% END %] [% END %] > >+[% UNLESS ( check_member ) %] > <fieldset class="action"> > <input type="submit" name="save" onclick="return check_form_borrowers();" value="Save" /> > [% IF ( opadd ) %] >@@ -1451,6 +1452,7 @@ > <a class="cancel" href="/cgi-bin/koha/members/moremember.pl?borrowernumber=[% borrowernumber %]">Cancel</a> > [% END %] > </fieldset> >+[% END %] > </form> > > </div> >-- >1.7.2.5
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 8869
:
12663
|
12672