commit | eba1c89ba9748ddce1b3e914e037acb7540ad559 | [log] [tgz] |
---|---|---|
author | Marica <maricadsouza221197@gmail.com> | Mon May 16 14:10:11 2022 +0530 |
committer | GitHub <noreply@github.com> | Mon May 16 14:10:11 2022 +0530 |
tree | d0da01110d40ad1d1ce8599a9503dc0fe32f4297 | |
parent | e3d53413d19c8178e0199abc3540514b75db747f [diff] | |
parent | 6bd1cb92359db6de6ce7add141e794c48857c3ad [diff] |
Merge pull request #31026 from ankush/item_attr_limit fix: remove item attribute limit from variant selector
diff --git a/erpnext/stock/doctype/item/item.js b/erpnext/stock/doctype/item/item.js index ae8b488..29b001f 100644 --- a/erpnext/stock/doctype/item/item.js +++ b/erpnext/stock/doctype/item/item.js
@@ -586,8 +586,7 @@ ["parent","=", d.attribute] ], fields: ["attribute_value"], - limit_start: 0, - limit_page_length: 500, + limit_page_length: 0, parent: "Item Attribute", order_by: "idx" }