commit | 265005d30d33824f89b3d8aec092cc574ee3f5af | [log] [tgz] |
---|---|---|
author | lasalesi <larsericmueller@gmail.com> | Wed May 16 09:40:25 2018 +0200 |
committer | Rushabh Mehta <rmehta@gmail.com> | Wed May 16 13:10:25 2018 +0530 |
tree | 19f3c938458e2892f7fd7b313a63953dd0b3aa71 | |
parent | cdd47044854a9643aaa9b1be5927a870c659824c [diff] |
apply sorting for make multiple variant attributes (#14073)
diff --git a/erpnext/stock/doctype/item/item.js b/erpnext/stock/doctype/item/item.js index fbf0ded..4f0bd0d 100644 --- a/erpnext/stock/doctype/item/item.js +++ b/erpnext/stock/doctype/item/item.js
@@ -472,7 +472,8 @@ fields: ["attribute_value"], limit_start: 0, limit_page_length: 500, - parent: "Item" + parent: "Item", + order_by: "idx" } }).then((r) => { if(r.message) {