Bugzilla – Attachment 62350 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]
Bug 18438 - Removed unused js function call and if statement check for running js function
Bug-18438---Removed-unused-js-function-call-and-if.patch (text/plain), 1.41 KB, created by
Alex Buckley
on 2017-04-19 02:51:51 UTC
(
hide
)
Description:
Bug 18438 - Removed unused js function call and if statement check for running js function
Filename:
MIME Type:
Creator:
Alex Buckley
Created:
2017-04-19 02:51:51 UTC
Size:
1.41 KB
patch
obsolete
>From 0b96a2c7d66a69548d2e670686d05d097bcdfba7 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] Bug 18438 - Removed unused js function call and if statement > check for running js function > >--- > 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 4f4b560..62c3e41 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/returns.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/circ/returns.tt >@@ -36,7 +36,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() { >@@ -48,10 +47,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