mirror of
https://github.com/frappe/erpnext.git
synced 2026-02-18 09:05:00 +00:00
js call changed to trigger
This commit is contained in:
@@ -191,10 +191,7 @@ $.extend(cur_frm.cscript, {
|
||||
},
|
||||
|
||||
qty: function() {
|
||||
return this.frm.call({
|
||||
doc: this.frm.doc,
|
||||
method: "set_production_order_operations"
|
||||
});
|
||||
frappe.ui.form.trigger("Production Order", 'bom_no')
|
||||
},
|
||||
|
||||
show_time_logs: function(doc, cdt, cdn) {
|
||||
|
||||
Reference in New Issue
Block a user