mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-05 22:48:27 +00:00
Fixed BOM value not updating on changing item (#9350)
This commit is contained in:
committed by
Rushabh Mehta
parent
67fe1010c7
commit
086b6a33ea
@@ -68,6 +68,10 @@ erpnext.bom.BomController = erpnext.TransactionController.extend({
|
|||||||
scrap_items = true;
|
scrap_items = true;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
if (child.bom_no) {
|
||||||
|
child.bom_no = '';
|
||||||
|
}
|
||||||
|
|
||||||
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