fix: allow FG as RM by default (#47543)

This commit is contained in:
rohitwaghchaure
2025-05-14 16:20:28 +05:30
committed by GitHub
parent a18e1cffa7
commit 4241bfd4bc

View File

@@ -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);
}