[Fix] System only shows 20 attribute values while making variants (#13155)

This commit is contained in:
rohitwaghchaure 2018-03-05 11:03:59 +05:30 committed by Nabin Hait
parent 0eb8bb2511
commit a6a4e86dc8

View File

@ -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) {