Merge pull request #31026 from ankush/item_attr_limit

fix: remove item attribute limit from variant selector
This commit is contained in:
Marica 2022-05-16 14:10:11 +05:30 committed by GitHub
commit eba1c89ba9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -586,8 +586,7 @@ $.extend(erpnext.item, {
["parent","=", d.attribute] ["parent","=", d.attribute]
], ],
fields: ["attribute_value"], fields: ["attribute_value"],
limit_start: 0, limit_page_length: 0,
limit_page_length: 500,
parent: "Item Attribute", parent: "Item Attribute",
order_by: "idx" order_by: "idx"
} }