mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-07 23:31:20 +00:00
Merge pull request #32887 from frappe/mergify/bp/version-14-hotfix/pr-32886
chore: remove `debugger` from `stock_entry_list.js` (backport #32886)
This commit is contained in:
@@ -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"];
|
||||
|
||||
Reference in New Issue
Block a user