diff --git a/erpnext/stock/doctype/repost_item_valuation/repost_item_valuation.js b/erpnext/stock/doctype/repost_item_valuation/repost_item_valuation.js index 7b7c2e69cce..06b24071827 100644 --- a/erpnext/stock/doctype/repost_item_valuation/repost_item_valuation.js +++ b/erpnext/stock/doctype/repost_item_valuation/repost_item_valuation.js @@ -134,7 +134,6 @@ frappe.ui.form.on("Repost Item Valuation", { }, voucher_type: function (frm) { - console.log(frm.doc); frm.trigger("set_company_on_transaction"); },