commit | 20e1c781b69f0c8682043fa3ca69fe62a6ca772d | [log] [tgz] |
---|---|---|
author | Neil Trini Lasrado <neil@frappe.io> | Thu May 07 16:16:23 2015 +0530 |
committer | Neil Trini Lasrado <neil@frappe.io> | Thu May 07 17:31:59 2015 +0530 |
tree | 57146431a7fc5d3041be0be4042b552dbaf776bb | |
parent | a10bdd4980d8620618d0985f994032ea8ea556c5 [diff] |
js call changed to trigger
diff --git a/erpnext/manufacturing/doctype/production_order/production_order.js b/erpnext/manufacturing/doctype/production_order/production_order.js index 1946a67..3781450 100644 --- a/erpnext/manufacturing/doctype/production_order/production_order.js +++ b/erpnext/manufacturing/doctype/production_order/production_order.js
@@ -191,10 +191,7 @@ }, 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) {