Bugzilla – Attachment 67987 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), 986 bytes, created by
Alex Arnaud
on 2017-10-12 07:25:02 UTC
(
hide
)
Description:
Bug 19443 - remove duplicate message when editing existing patron
Filename:
MIME Type:
Creator:
Alex Arnaud
Created:
2017-10-12 07:25:02 UTC
Size:
986 bytes
patch
obsolete
>From 48e49830495d7ccfecc03432a85b67ead9551bd1 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 > >--- > 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 a29a370..91b4a8e 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/members/memberentrygen.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/members/memberentrygen.tt >@@ -79,6 +79,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.7.4
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