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