commit | 257e18b6400dc0363e158134f42b8bc28136dc08 | [log] [tgz] |
---|---|---|
author | lasalesi <larsericmueller@gmail.com> | Wed May 16 07:12:42 2018 +0200 |
committer | Rushabh Mehta <rmehta@gmail.com> | Wed May 16 10:42:42 2018 +0530 |
tree | 0e86e60d717dadcc477134cd16d8b12a831d046b | |
parent | 292f46fec0d9b7fff098c917be3056ede43f9ca3 [diff] |
apply sorting for make multiple variant attributes (#14060)
diff --git a/erpnext/stock/doctype/item/item.js b/erpnext/stock/doctype/item/item.js index 86594a2..a262bf6 100644 --- a/erpnext/stock/doctype/item/item.js +++ b/erpnext/stock/doctype/item/item.js
@@ -458,7 +458,8 @@ fields: ["attribute_value"], limit_start: 0, limit_page_length: 500, - parent: "Item" + parent: "Item", + order_by: "idx" } }).then((r) => { if(r.message) {