Bugzilla – Attachment 117163 Details for
Bug 26208
Overdues restrictions not consistently removed when renewing multiple items at once
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 26208: (follow-up) Remove debugging statements
Bug-26208-follow-up-Remove-debugging-statements.patch (text/plain), 1.33 KB, created by
Martin Renvoize (ashimema)
on 2021-02-22 16:08:41 UTC
(
hide
)
Description:
Bug 26208: (follow-up) Remove debugging statements
Filename:
MIME Type:
Creator:
Martin Renvoize (ashimema)
Created:
2021-02-22 16:08:41 UTC
Size:
1.33 KB
patch
obsolete
>From ee9063dc86d9500639a38aa660a73221da1332ed Mon Sep 17 00:00:00 2001 >From: Nick Clemens <nick@bywatersolutions.com> >Date: Fri, 22 Jan 2021 12:23:05 +0000 >Subject: [PATCH] Bug 26208: (follow-up) Remove debugging statements > >Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com> >--- > koha-tmpl/intranet-tmpl/prog/js/checkouts.js | 5 ----- > 1 file changed, 5 deletions(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/js/checkouts.js b/koha-tmpl/intranet-tmpl/prog/js/checkouts.js >index 501a66f614..fc67a26488 100644 >--- a/koha-tmpl/intranet-tmpl/prog/js/checkouts.js >+++ b/koha-tmpl/intranet-tmpl/prog/js/checkouts.js >@@ -181,9 +181,6 @@ $(document).ready(function() { > data: params, > success: function( data ) { > var id = "#renew_" + data.itemnumber; >- console.log( data); >- console.log( data.renew_okay); >- console.log( data.itemnumber); > > var content = ""; > if ( data.renew_okay ) { >@@ -209,8 +206,6 @@ $(document).ready(function() { > content += __("reason unknown"); > } > } >- console.log(content); >- console.log(id); > > $(id).replaceWith( content ); > }, >-- >2.20.1
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 26208
:
114165
|
114241
|
114440
|
115681
|
117162
| 117163