commit | 675567419b564d4ab2992df763751edcec40b5ad | [log] [tgz] |
---|---|---|
author | Rohit Waghchaure <rohitw1991@gmail.com> | Tue Dec 04 18:43:52 2018 +0530 |
committer | Rohit Waghchaure <rohitw1991@gmail.com> | Tue Dec 04 18:43:52 2018 +0530 |
tree | d38621c487d0d3aa92a3d578a6165872e23f373f | |
parent | ce72d26e950be6de6cf9db666d9545ef9425271d [diff] |
[Fix] Permissions issue
diff --git a/erpnext/public/js/utils/item_quick_entry.js b/erpnext/public/js/utils/item_quick_entry.js index b2e0b85..0248f9a 100644 --- a/erpnext/public/js/utils/item_quick_entry.js +++ b/erpnext/public/js/utils/item_quick_entry.js
@@ -320,7 +320,7 @@ ["attribute_value", "like", e.target.value + "%"] ], fields: ["attribute_value"], - parent: "Item" + parent: "Item Attribute" }, callback: function(r) { if (r.message) {