apply sorting for make multiple variant attributes (#14060)
This commit is contained in:
parent
292f46fec0
commit
257e18b640
@ -458,7 +458,8 @@ $.extend(erpnext.item, {
|
||||
fields: ["attribute_value"],
|
||||
limit_start: 0,
|
||||
limit_page_length: 500,
|
||||
parent: "Item"
|
||||
parent: "Item",
|
||||
order_by: "idx"
|
||||
}
|
||||
}).then((r) => {
|
||||
if(r.message) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user