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

This reverts commit 257e18b6400dc0363e158134f42b8bc28136dc08.
This commit is contained in:
Rushabh Mehta 2018-05-16 10:43:58 +05:30 committed by GitHub
parent 257e18b640
commit 33db332eca
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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) {