From 1f016e913768e60f5a44c6ffd3f49be1b1758b0e Mon Sep 17 00:00:00 2001 From: "mergify[bot]" <37929162+mergify[bot]@users.noreply.github.com> Date: Mon, 16 May 2022 14:13:38 +0530 Subject: [PATCH] fix: remove item attribute limit from variant selector (backport #31026) (#31028) fix: remove item attribute limit from variant selector (cherry picked from commit 6bd1cb92359db6de6ce7add141e794c48857c3ad) Co-authored-by: Ankush Menat --- erpnext/stock/doctype/item/item.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/erpnext/stock/doctype/item/item.js b/erpnext/stock/doctype/item/item.js index de6316cc05dd..24550b718290 100644 --- a/erpnext/stock/doctype/item/item.js +++ b/erpnext/stock/doctype/item/item.js @@ -586,8 +586,7 @@ $.extend(erpnext.item, { ["parent","=", d.attribute] ], fields: ["attribute_value"], - limit_start: 0, - limit_page_length: 500, + limit_page_length: 0, parent: "Item Attribute", order_by: "idx" }