mirror of
https://github.com/frappe/erpnext.git
synced 2026-04-29 19:48:27 +00:00
fix: allow FG as RM by default (#47543)
(cherry picked from commit 4241bfd4bc)
Co-authored-by: rohitwaghchaure <rohitw1991@gmail.com>
This commit is contained in:
@@ -480,6 +480,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