fix: remove spurious function 'toggle_operations'
This commit is contained in:
parent
8f73d587f9
commit
c3ce3f918d
@ -659,7 +659,6 @@ frappe.ui.form.on("BOM", "with_operations", function(frm) {
|
||||
if(!cint(frm.doc.with_operations)) {
|
||||
frm.set_value("operations", []);
|
||||
}
|
||||
toggle_operations(frm);
|
||||
});
|
||||
|
||||
frappe.ui.form.on("BOM Scrap Item", {
|
||||
|
Loading…
x
Reference in New Issue
Block a user