mirror of
https://github.com/frappe/erpnext.git
synced 2026-03-17 17:26:43 +00:00
apply sorting for make multiple variant attributes (#14073)
This commit is contained in:
@@ -472,7 +472,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) {
|
||||
|
||||
Reference in New Issue
Block a user