commit | 47ad7fb129caef7224e900eba578c84050f6bd65 | [log] [tgz] |
---|---|---|
author | Charles-Henri Decultot <chdecultot@dokos.io> | Thu Jan 11 07:59:45 2018 +0100 |
committer | Nabin Hait <nabinhait@gmail.com> | Thu Jan 11 12:29:45 2018 +0530 |
tree | 64acc96616809692403e6edb7eb1c5ee4ea74446 | |
parent | a48f69eb834dacd4cc23d829a7d8fe252a06ef5d [diff] |
Multiple variant correction (#12424)
diff --git a/erpnext/stock/doctype/item/item.js b/erpnext/stock/doctype/item/item.js index aed6f41..a362c51 100644 --- a/erpnext/stock/doctype/item/item.js +++ b/erpnext/stock/doctype/item/item.js
@@ -424,7 +424,8 @@ filters: [ ["parent","=", attribute] ], - fields: ["attribute_value"] + fields: ["attribute_value"], + limit_page_length: null } }).then((r) => { if(r.message) {