mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-26 16:34:46 +00:00
[Fix] System only shows 20 attribute values while making variants (#13155)
This commit is contained in:
committed by
Nabin Hait
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) {
|
||||||
|
|||||||
Reference in New Issue
Block a user