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: [ filters: [
["parent","=", attribute] ["parent","=", attribute]
], ],
fields: ["attribute_value"] fields: ["attribute_value"],
limit_page_length: null
} }
}).then((r) => { }).then((r) => {
if(r.message) { if(r.message) {