Multiple variant correction (#12424)

This commit is contained in:
Charles-Henri Decultot 2018-01-11 07:59:45 +01:00 committed by Nabin Hait
parent a48f69eb83
commit 47ad7fb129

View File

@ -424,7 +424,8 @@ $.extend(erpnext.item, {
filters: [
["parent","=", attribute]
],
fields: ["attribute_value"]
fields: ["attribute_value"],
limit_page_length: null
}
}).then((r) => {
if(r.message) {