commit | a6a4e86dc85b3d614d6adb345ce30032e2b3889b | [log] [tgz] |
---|---|---|
author | rohitwaghchaure <rohitw1991@gmail.com> | Mon Mar 05 11:03:59 2018 +0530 |
committer | Nabin Hait <nabinhait@gmail.com> | Mon Mar 05 11:03:59 2018 +0530 |
tree | bf8ce44d3a5286d7c4b473df763a2738575932f8 | |
parent | 0eb8bb2511ddb88154b43262a53f6f0734c3c01e [diff] |
[Fix] System only shows 20 attribute values while making variants (#13155)
diff --git a/erpnext/stock/doctype/item/item.js b/erpnext/stock/doctype/item/item.js index 6993187..ff01a19 100644 --- a/erpnext/stock/doctype/item/item.js +++ b/erpnext/stock/doctype/item/item.js
@@ -426,7 +426,9 @@ filters: [ ["parent","=", attribute] ], - fields: ["attribute_value"] + fields: ["attribute_value"], + limit_start: 0, + limit_page_length: 500 } }).then((r) => { if(r.message) {