mirror of
https://github.com/frappe/erpnext.git
synced 2026-02-17 08:35:00 +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 = "";
|
||||
}
|
||||
|
||||
if (doc.item == child.item_code) {
|
||||
child.do_not_explode = 1;
|
||||
}
|
||||
|
||||
get_bom_material_detail(doc, cdt, cdn, scrap_items);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user