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