feat: Multi-level BOM Creator (#36494)
* feat: Multi-level BOM Creator * fix: renamed BOM Configurator to BOM Creator * fix: added Cost in the tree * fix: finished good cost * fix: valuation rate in tree ui * chore: conflicts and removed unnecessary files * test: test cases for BOM Creator * fix: added shortcut for the BOM Creator * fix: added validation for Final Product
This commit is contained in:
@@ -114,6 +114,10 @@ $.extend(erpnext.utils, {
|
||||
},
|
||||
|
||||
view_serial_batch_nos: function(frm) {
|
||||
if (!frm.doc?.items) {
|
||||
return;
|
||||
}
|
||||
|
||||
let bundle_ids = frm.doc.items.filter(d => d.serial_and_batch_bundle);
|
||||
|
||||
if (bundle_ids?.length) {
|
||||
|
||||
Reference in New Issue
Block a user