apply sorting for make multiple variant attributes (#14073)

This commit is contained in:
lasalesi 2018-05-16 09:40:25 +02:00 committed by Rushabh Mehta
parent cdd4704485
commit 265005d30d

View File

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