apply sorting for make multiple variant attributes (#14060)

This commit is contained in:
lasalesi 2018-05-16 07:12:42 +02:00 committed by Rushabh Mehta
parent 292f46fec0
commit 257e18b640

View File

@ -458,7 +458,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) {