Revert "apply sorting for make multiple variant attributes (#14060)" (#14065)

This reverts commit 257e18b640.
This commit is contained in:
Rushabh Mehta
2018-05-16 10:43:58 +05:30
committed by GitHub
parent 257e18b640
commit 33db332eca

View File

@@ -458,8 +458,7 @@ $.extend(erpnext.item, {
fields: ["attribute_value"],
limit_start: 0,
limit_page_length: 500,
parent: "Item",
order_by: "idx"
parent: "Item"
}
}).then((r) => {
if(r.message) {