commit | 43583d6497c80898efc1df926613a548a746df3a | [log] [tgz] |
---|---|---|
author | Rushabh Mehta <rmehta@gmail.com> | Tue Mar 21 17:49:53 2017 +0100 |
committer | GitHub <noreply@github.com> | Tue Mar 21 17:49:53 2017 +0100 |
tree | 95fea715119b3892df5d32651ceb0d139db79a22 | |
parent | a07c43fd6816ea42026bc09b815034c32b3a3fd9 [diff] |
Update item.js
diff --git a/erpnext/stock/doctype/item/item.js b/erpnext/stock/doctype/item/item.js index 4920721..8327ea7 100644 --- a/erpnext/stock/doctype/item/item.js +++ b/erpnext/stock/doctype/item/item.js
@@ -289,7 +289,6 @@ args: data, callback: function(r) { var doclist = frappe.model.sync(r.message); - console.log(doclist); dialog.hide(); frappe.set_route("Form", doclist[0].doctype, doclist[0].name); }