mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-23 15:09:20 +00:00
fix: allow FG as RM by default (#47543)
This commit is contained in:
@@ -552,6 +552,10 @@ erpnext.bom.BomController = class BomController extends erpnext.TransactionContr
|
|||||||
child.bom_no = "";
|
child.bom_no = "";
|
||||||
}
|
}
|
||||||
|
|
||||||
|
if (doc.item == child.item_code) {
|
||||||
|
child.do_not_explode = 1;
|
||||||
|
}
|
||||||
|
|
||||||
get_bom_material_detail(doc, cdt, cdn, scrap_items);
|
get_bom_material_detail(doc, cdt, cdn, scrap_items);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user