From a6a4e86dc85b3d614d6adb345ce30032e2b3889b Mon Sep 17 00:00:00 2001 From: rohitwaghchaure Date: Mon, 5 Mar 2018 11:03:59 +0530 Subject: [PATCH] [Fix] System only shows 20 attribute values while making variants (#13155) --- erpnext/stock/doctype/item/item.js | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/erpnext/stock/doctype/item/item.js b/erpnext/stock/doctype/item/item.js index 69931872f41..ff01a19be47 100644 --- a/erpnext/stock/doctype/item/item.js +++ b/erpnext/stock/doctype/item/item.js @@ -426,7 +426,9 @@ $.extend(erpnext.item, { filters: [ ["parent","=", attribute] ], - fields: ["attribute_value"] + fields: ["attribute_value"], + limit_start: 0, + limit_page_length: 500 } }).then((r) => { if(r.message) {