https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26208 --- Comment #12 from Martin Renvoize <martin.renvoize@ptfs-europe.com> --- Comment on attachment 114440 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=114440 Bug 26208: Perform batch checkin/renewals serially rather than asynchronously Review of attachment 114440: --> (https://bugs.koha-community.org/bugzilla3/page.cgi?id=splinter.html&bug=26208&attachment=114440) ----------------------------------------------------------------- Generally, I'm happy with this, I can't find any real regressions and it appears to resolve the issue. However, we introduce a few debugging lines which should really be removed before it can pass QA ::: koha-tmpl/intranet-tmpl/prog/js/checkouts.js @@ +182,5 @@
+ success: function( data ) { + var id = "#renew_" + data.itemnumber; + console.log( data); + console.log( data.renew_okay); + console.log( data.itemnumber);
Can we removed/comment these console.log() statements? @@ +211,3 @@
} + console.log(content); + console.log(id);
and another couple... -- You are receiving this mail because: You are watching all bug changes.