mirror of
https://github.com/frappe/erpnext.git
synced 2026-03-18 17:55:40 +00:00
fix(variant): Show attribute values on single variant creation (#16204)
This commit is contained in:
committed by
Rushabh Mehta
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) {
|
||||
|
||||
Reference in New Issue
Block a user