Skip to content

Commit 3ac801c

Browse files
fix: duplicate Use Multi-Level BOM checkbox (frappe#44757)
1 parent 2c0468e commit 3ac801c

File tree

1 file changed

+0
-9
lines changed
  • erpnext/manufacturing/doctype/bom

1 file changed

+0
-9
lines changed

erpnext/manufacturing/doctype/bom/bom.js

-9
Original file line numberDiff line numberDiff line change
@@ -255,15 +255,6 @@ frappe.ui.form.on("BOM", {
255255
});
256256
}
257257

258-
if (!skip_qty_field) {
259-
fields.push({
260-
fieldtype: "Check",
261-
label: __("Use Multi-Level BOM"),
262-
fieldname: "use_multi_level_bom",
263-
default: 1,
264-
});
265-
}
266-
267258
if (!skip_qty_field) {
268259
fields.push({
269260
fieldtype: "Float",

0 commit comments

Comments
 (0)