Bugzilla – Attachment 124816 Details for
Bug 28653
Sorting loans by due date doesn't work after renewing
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 28653: (QA follow-up) Remove debug message used during development
Bug-28653-QA-follow-up-Remove-debug-message-used-d.patch (text/plain), 1.18 KB, created by
Joonas Kylmälä
on 2021-09-12 14:13:33 UTC
(
hide
)
Description:
Bug 28653: (QA follow-up) Remove debug message used during development
Filename:
MIME Type:
Creator:
Joonas Kylmälä
Created:
2021-09-12 14:13:33 UTC
Size:
1.18 KB
patch
obsolete
>From 1346e98a9d63cec4767a779212c694a06fd6f048 Mon Sep 17 00:00:00 2001 >From: =?UTF-8?q?Joonas=20Kylm=C3=A4l=C3=A4?= <joonas.kylmala@iki.fi> >Date: Sun, 12 Sep 2021 14:11:08 +0000 >Subject: [PATCH] Bug 28653: (QA follow-up) Remove debug message used during > development >MIME-Version: 1.0 >Content-Type: text/plain; charset=UTF-8 >Content-Transfer-Encoding: 8bit > >Signed-off-by: Joonas Kylmälä <joonas.kylmala@iki.fi> >--- > koha-tmpl/intranet-tmpl/prog/js/checkouts.js | 1 - > 1 file changed, 1 deletion(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/js/checkouts.js b/koha-tmpl/intranet-tmpl/prog/js/checkouts.js >index 250ae1ca1e..44a595173d 100644 >--- a/koha-tmpl/intranet-tmpl/prog/js/checkouts.js >+++ b/koha-tmpl/intranet-tmpl/prog/js/checkouts.js >@@ -302,7 +302,6 @@ $(document).ready(function() { > "iDataSort": 2, // Sort on hidden unformatted date due column > "mDataProp": function( oObj ) { > var due = oObj.date_due_formatted; >- console.log(due); > if ( oObj.date_due_overdue ) { > due = "<span class='overdue'>" + due + "</span>"; > } >-- >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 28653
:
122543
|
123706
|
124815
| 124816