mirror of
https://github.com/frappe/erpnext.git
synced 2026-03-17 17:26:43 +00:00
fix: update cost not working in the draft bom
This commit is contained in:
@@ -325,8 +325,7 @@ frappe.ui.form.on("BOM", {
|
||||
freeze: true,
|
||||
args: {
|
||||
update_parent: true,
|
||||
from_child_bom:false,
|
||||
save: frm.doc.docstatus === 1 ? true : false
|
||||
from_child_bom:false
|
||||
},
|
||||
callback: function(r) {
|
||||
refresh_field("items");
|
||||
|
||||
Reference in New Issue
Block a user