Bugzilla – Attachment 95798 Details for
Bug 23905
Button "Search to add" doesn't work on Quick add new patron
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 23905: Button "Search to add" doesn't work on Quick add new patron
Bug-23905-Button-Search-to-add-doesnt-work-on-Quic.patch (text/plain), 991 bytes, created by
Kyle M Hall (khall)
on 2019-11-25 16:51:00 UTC
(
hide
)
Description:
Bug 23905: Button "Search to add" doesn't work on Quick add new patron
Filename:
MIME Type:
Creator:
Kyle M Hall (khall)
Created:
2019-11-25 16:51:00 UTC
Size:
991 bytes
patch
obsolete
>From ccf3d89a8eda948b307c413d05a82142bc0b0439 Mon Sep 17 00:00:00 2001 >From: Kyle M Hall <kyle@bywatersolutions.com> >Date: Mon, 25 Nov 2019 11:50:46 -0500 >Subject: [PATCH] Bug 23905: Button "Search to add" doesn't work on Quick add > new patron > >--- > koha-tmpl/intranet-tmpl/prog/js/members.js | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/js/members.js b/koha-tmpl/intranet-tmpl/prog/js/members.js >index 3579dbeed5..51437112ae 100644 >--- a/koha-tmpl/intranet-tmpl/prog/js/members.js >+++ b/koha-tmpl/intranet-tmpl/prog/js/members.js >@@ -283,7 +283,7 @@ $(document).ready(function(){ > > $('#guarantor_template').hide(); > >- $('#guarantor_search').on('click', function(e) { >+ $('body').on('click', '#guarantor_search', function(e) { > e.preventDefault(); > var newin = window.open('guarantor_search.pl','popup','width=600,height=400,resizable=no,toolbar=false,scrollbars=yes,top'); > }); >-- >2.21.0 (Apple Git-122.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 23905
:
95798
|
95800
|
95803
|
95804
|
95812
|
95813
|
95818
|
95819