Bugzilla – Attachment 68692 Details for
Bug 19443
Error while attempting to duplicate a patron
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 19443 - remove duplicate message when editing existing patron
Bug-19443---remove-duplicate-message-when-editing-.patch (text/plain), 1.07 KB, created by
Kyle M Hall (khall)
on 2017-10-27 12:58:43 UTC
(
hide
)
Description:
Bug 19443 - remove duplicate message when editing existing patron
Filename:
MIME Type:
Creator:
Kyle M Hall (khall)
Created:
2017-10-27 12:58:43 UTC
Size:
1.07 KB
patch
obsolete
>From e2b6f2f864750e5b788673e2c3ad16c884d05c06 Mon Sep 17 00:00:00 2001 >From: Alex Arnaud <alex.arnaud@biblibre.com> >Date: Thu, 12 Oct 2017 07:24:33 +0000 >Subject: [PATCH] Bug 19443 - remove duplicate message when editing existing > patron > >Signed-off-by: Owen Leonard <oleonard@myacpl.org> > >Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com> >--- > koha-tmpl/intranet-tmpl/prog/en/modules/members/memberentrygen.tt | 1 + > 1 file changed, 1 insertion(+) > >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 b863783..8cc5c94 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/members/memberentrygen.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/members/memberentrygen.tt >@@ -94,6 +94,7 @@ $(document).ready(function() { > $('#duplicate').on('click', function() { > $("input[name='op']").val('modify'); > $("input[name='borrowernumber']").val('[% check_member %]'); >+ $("input[name='check_member']").val(''); > $('#entryform').submit(); > }); > >-- >2.10.2
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 19443
:
67923
|
67927
|
67987
|
67990
|
67991
|
68691
| 68692