fix: duplicate Use Multi-Level BOM checkbox (#44757)
This commit is contained in:
@@ -255,15 +255,6 @@ frappe.ui.form.on("BOM", {
|
|||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
if (!skip_qty_field) {
|
|
||||||
fields.push({
|
|
||||||
fieldtype: "Check",
|
|
||||||
label: __("Use Multi-Level BOM"),
|
|
||||||
fieldname: "use_multi_level_bom",
|
|
||||||
default: 1,
|
|
||||||
});
|
|
||||||
}
|
|
||||||
|
|
||||||
if (!skip_qty_field) {
|
if (!skip_qty_field) {
|
||||||
fields.push({
|
fields.push({
|
||||||
fieldtype: "Float",
|
fieldtype: "Float",
|
||||||
|
|||||||
Reference in New Issue
Block a user