Bugzilla – Attachment 63004 Details for
Bug 18438
Check in: Modal about holds hides important check in messages
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
[SIGNED-OFF] Bug 18438 - Removed unused js function call and if statement check for running js function
SIGNED-OFF-Bug-18438---Removed-unused-js-function-.patch (text/plain), 1.61 KB, created by
Josef Moravec
on 2017-05-03 07:59:59 UTC
(
hide
)
Description:
[SIGNED-OFF] Bug 18438 - Removed unused js function call and if statement check for running js function
Filename:
MIME Type:
Creator:
Josef Moravec
Created:
2017-05-03 07:59:59 UTC
Size:
1.61 KB
patch
obsolete
>From 93f5ffdff1abf25afebcadd880a625ac30a67f6a Mon Sep 17 00:00:00 2001 >From: Alex Buckley <alexbuckley@catalyst.net.nz> >Date: Wed, 19 Apr 2017 14:50:22 +1200 >Subject: [PATCH] [SIGNED-OFF] Bug 18438 - Removed unused js function call and > if statement check for running js function >MIME-Version: 1.0 >Content-Type: text/plain; charset=UTF-8 >Content-Transfer-Encoding: 8bit > >Signed-off-by: Marc Véron <veron@veron.ch> > >Signed-off-by: Josef Moravec <josef.moravec@gmail.com> >--- > koha-tmpl/intranet-tmpl/prog/en/modules/circ/returns.tt | 5 ----- > 1 file changed, 5 deletions(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/returns.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/circ/returns.tt >index 798297f..18b1ab1 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/returns.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/circ/returns.tt >@@ -44,7 +44,6 @@ > function Dopop(link) { > var newin = window.open(link, 'popup', 'width=600,height=400,resizable=1,toolbar=0,scrollbars=1,top'); > $("#barcode").focus(); >- $(".btn btn-default approve").onClickConfirm(); > } > $(document).ready(function () { > $(".modal").modal({ backdrop: 'static' }).on('shown', function() { >@@ -56,10 +55,6 @@ $(document).ready(function () { > [% IF print_slip %] > Dopop('hold-transfer-slip.pl?borrowernumber=[% borrowernumber %]&biblionumber=[% biblionumber %]'); > [% END %] >- [% IF confirm %] >- $(".modal").modal().off; >- [% END %] >- > > var columns_settings = [% ColumnsSettings.GetColumns( 'circ', 'returns', 'checkedintable', 'json' ) %] > var returns_table = KohaTable("#checkedintable", { >-- >2.1.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 18438
:
62349
|
62350
|
62422
|
62444
|
62445
|
62446
|
62708
|
62955
|
63002
|
63003
|
63004
|
63005
|
63006
|
63007
|
63371
|
63372
|
63458
|
63549