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