From 84ab100d86a6003a1b58e4dac1ee1e5698093f39 Mon Sep 17 00:00:00 2001 From: Sagar Sharma Date: Tue, 8 Nov 2022 12:05:15 +0530 Subject: [PATCH] chore: remove `debugger` from `stock_entry_list.js` --- erpnext/stock/doctype/stock_entry/stock_entry_list.js | 1 - 1 file changed, 1 deletion(-) diff --git a/erpnext/stock/doctype/stock_entry/stock_entry_list.js b/erpnext/stock/doctype/stock_entry/stock_entry_list.js index 4eb0da11d2..af29d495ff 100644 --- a/erpnext/stock/doctype/stock_entry/stock_entry_list.js +++ b/erpnext/stock/doctype/stock_entry/stock_entry_list.js @@ -3,7 +3,6 @@ frappe.listview_settings['Stock Entry'] = { "`tabStock Entry`.`purpose`", "`tabStock Entry`.`work_order`", "`tabStock Entry`.`bom_no`", "`tabStock Entry`.`is_return`"], get_indicator: function (doc) { - debugger if(doc.is_return===1 && doc.purpose === "Material Transfer for Manufacture") { return [__("Material Returned from WIP"), "orange", "is_return,=,1|purpose,=,Material Transfer for Manufacture|docstatus,<,2"];