Bugzilla – Attachment 165349 Details for
Bug 30598
Replacement cost is not copied from retail price when ordering from file
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 30598: remove all the console.log redundancies
Bug-30598-remove-all-the-consolelog-redundancies.patch (text/plain), 1.17 KB, created by
Phan Tung Bui
on 2024-04-22 19:44:39 UTC
(
hide
)
Description:
Bug 30598: remove all the console.log redundancies
Filename:
MIME Type:
Creator:
Phan Tung Bui
Created:
2024-04-22 19:44:39 UTC
Size:
1.17 KB
patch
obsolete
>From 91d60dcb7494c1a6f6437f8fa7cf5e22063d45c5 Mon Sep 17 00:00:00 2001 >From: Phan Tung Bui <phan-tung.bui@inlibro.com> >Date: Thu, 18 Apr 2024 09:49:59 -0400 >Subject: [PATCH] Bug 30598: remove all the console.log redundancies > >Please test the patch. Thank you! > >Signed-off-by: Matt Blenkinsop <matt.blenkinsop@ptfs-europe.com> >--- > koha-tmpl/intranet-tmpl/prog/js/acq.js | 2 -- > 1 file changed, 2 deletions(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/js/acq.js b/koha-tmpl/intranet-tmpl/prog/js/acq.js >index ab9d6513fc..d9d064f67a 100644 >--- a/koha-tmpl/intranet-tmpl/prog/js/acq.js >+++ b/koha-tmpl/intranet-tmpl/prog/js/acq.js >@@ -179,7 +179,6 @@ function messenger(X,Y,etc){ // FIXME: unused? > // NEXT BLOCK IS USED BY NEWORDERBEMPTY > > function updateCosts(){ >- console.log("updateCosts"); > var quantity = new Number($("#quantity").val()); > var discount = new Number($("#discount").val()); > var listprice = new Number($("#listprice").val()); >@@ -204,7 +203,6 @@ function updateCosts(){ > } > > function syncReplacementPrice(sourceId, targetId) { >- console.log("updatePRice"); > var priceValue = $("#" + sourceId).val(); > $("#" + targetId).val(priceValue); > } >-- >2.34.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 30598
:
164865
|
165107
|
165109
|
165110
|
165348
|
165349
|
165350
|
165351