Merge pull request #17927 from Mangesh-Khairnar/bom-item-fix
fix: Check fields before making BOM items
This commit is contained in:
commit
ae7e13a58f
@ -192,6 +192,7 @@ frappe.ui.form.on('Material Request', {
|
||||
var values = d.get_values();
|
||||
if(!values) return;
|
||||
values["company"] = frm.doc.company;
|
||||
if(!frm.doc.company) frappe.throw(__("Company field is required"));
|
||||
frappe.call({
|
||||
method: "erpnext.manufacturing.doctype.bom.bom.get_bom_items",
|
||||
args: values,
|
||||
|
Loading…
Reference in New Issue
Block a user