commit | 22a1e281a9f11769b3449bb4886c5f72941cd153 | [log] [tgz] |
---|---|---|
author | Nabin Hait <nabinhait@gmail.com> | Fri Dec 14 09:52:45 2018 +0100 |
committer | Rushabh Mehta <rmehta@gmail.com> | Fri Dec 14 14:22:45 2018 +0530 |
tree | 7199c1d7ade45045b413f6e9bee9abd9f43dd438 | |
parent | 4994d845658dbc22c2256bd0437f020471b45896 [diff] |
fix(variant): Show attribute values on single variant creation (#16204)
diff --git a/erpnext/stock/doctype/item/item.js b/erpnext/stock/doctype/item/item.js index a26da7f..388b643 100644 --- a/erpnext/stock/doctype/item/item.js +++ b/erpnext/stock/doctype/item/item.js
@@ -651,7 +651,7 @@ frappe.call({ method:"erpnext.stock.doctype.item.item.get_item_attribute", args:{ - parent: "Item Attribute", + parent: i, attribute_value: term }, callback: function(r) {