mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-15 11:09:17 +00:00
Merge branch 'version-11-hotfix' into hooks-update-v11
This commit is contained in:
@@ -318,7 +318,7 @@ frappe.ui.form.on("Work Order", {
|
|||||||
},
|
},
|
||||||
|
|
||||||
project: function(frm) {
|
project: function(frm) {
|
||||||
if(!erpnext.in_production_item_onchange) {
|
if(!erpnext.in_production_item_onchange && !frm.doc.bom_no) {
|
||||||
frm.trigger("production_item");
|
frm.trigger("production_item");
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user