fix(variant): Show attribute values on single variant creation (#16204)
This commit is contained in:
parent
4994d84565
commit
22a1e281a9
@ -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) {
|
||||
|
Loading…
Reference in New Issue
Block a user