fix: remove item attribute limit from variant selector
This commit is contained in:
parent
a412d2f7e8
commit
6bd1cb9235
@ -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"
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user