Skip to content

Commit

Permalink
fix: remove item attribute limit from variant selector
Browse files Browse the repository at this point in the history
  • Loading branch information
ankush committed May 16, 2022
1 parent a412d2f commit 6bd1cb9
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions erpnext/stock/doctype/item/item.js
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
Expand Down

0 comments on commit 6bd1cb9

Please sign in to comment.