fix(variant): Show attribute values on single variant creation (#16204)

This commit is contained in:
Nabin Hait 2018-12-14 09:52:45 +01:00 committed by Rushabh Mehta
parent 4994d84565
commit 22a1e281a9

View File

@ -651,7 +651,7 @@ $.extend(erpnext.item, {
frappe.call({
method:"erpnext.stock.doctype.item.item.get_item_attribute",
args:{
parent: "Item Attribute",
parent: i,
attribute_value: term
},
callback: function(r) {