Merge pull request #44597 from rohitwaghchaure/fixed-duplicate-buttons

fix: duplicate buttons
This commit is contained in:
rohitwaghchaure
2024-12-08 14:51:46 +05:30
committed by GitHub

View File

@@ -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({