mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-27 00:44:45 +00:00
fix: Item Price changes are not persistent after updating cost on submitted BOM (#19357)
This commit is contained in:
@@ -117,7 +117,7 @@ frappe.ui.form.on("BOM", {
|
|||||||
args: {
|
args: {
|
||||||
update_parent: true,
|
update_parent: true,
|
||||||
from_child_bom:false,
|
from_child_bom:false,
|
||||||
save: false
|
save: frm.doc.docstatus === 1 ? true : false
|
||||||
},
|
},
|
||||||
callback: function(r) {
|
callback: function(r) {
|
||||||
refresh_field("items");
|
refresh_field("items");
|
||||||
|
|||||||
Reference in New Issue
Block a user