[Fix] System only shows 20 attribute values while making variants (#13155)
This commit is contained in:
parent
0eb8bb2511
commit
a6a4e86dc8
@ -426,7 +426,9 @@ $.extend(erpnext.item, {
|
|||||||
filters: [
|
filters: [
|
||||||
["parent","=", attribute]
|
["parent","=", attribute]
|
||||||
],
|
],
|
||||||
fields: ["attribute_value"]
|
fields: ["attribute_value"],
|
||||||
|
limit_start: 0,
|
||||||
|
limit_page_length: 500
|
||||||
}
|
}
|
||||||
}).then((r) => {
|
}).then((r) => {
|
||||||
if(r.message) {
|
if(r.message) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user