fix: duplicate buttons
This commit is contained in:
@@ -253,13 +253,6 @@ frappe.ui.form.on("BOM", {
|
||||
};
|
||||
},
|
||||
});
|
||||
|
||||
fields.push({
|
||||
fieldtype: "Check",
|
||||
label: __("Use Multi-Level BOM"),
|
||||
fieldname: "use_multi_level_bom",
|
||||
default: 1,
|
||||
});
|
||||
}
|
||||
|
||||
fields.push({
|
||||
|
||||
Reference in New Issue
Block a user