mirror of
https://github.com/frappe/erpnext.git
synced 2026-02-19 09:35:03 +00:00
Multiple variant correction (#12424)
This commit is contained in:
committed by
Nabin Hait
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) {
|
||||
|
||||
Reference in New Issue
Block a user