Multiple variant correction (#12424)
This commit is contained in:
parent
a48f69eb83
commit
47ad7fb129
@ -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) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user