commit | c3ce3f918dbe3d871244750de05aa0a59afcfce3 | [log] [tgz] |
---|---|---|
author | 18alantom <2.alan.tom@gmail.com> | Tue Aug 24 20:15:19 2021 +0530 |
committer | 18alantom <2.alan.tom@gmail.com> | Tue Aug 24 20:15:19 2021 +0530 |
tree | 6e7f40f6c652b1b8d203872418bf24df73169244 | |
parent | 8f73d587f92473419301fa6b88b2c1562e5ff31a [diff] |
fix: remove spurious function 'toggle_operations'
diff --git a/erpnext/manufacturing/doctype/bom/bom.js b/erpnext/manufacturing/doctype/bom/bom.js index 7de7e17..5afda70 100644 --- a/erpnext/manufacturing/doctype/bom/bom.js +++ b/erpnext/manufacturing/doctype/bom/bom.js
@@ -659,7 +659,6 @@ if(!cint(frm.doc.with_operations)) { frm.set_value("operations", []); } - toggle_operations(frm); }); frappe.ui.form.on("BOM Scrap Item", {