Co-authored-by: Nrtyck <37080373+Nrtyck@users.noreply.github.com>
This commit is contained in:
parent
0d0ff686e0
commit
ac1c804532
1 changed files with 1 additions and 1 deletions
|
|
@ -110,7 +110,7 @@ export default class WebFormList {
|
|||
|
||||
fetch_data() {
|
||||
if (this.condition_json && JSON.parse(this.condition_json)) {
|
||||
let filter = frappe.utils.get_filter_from_json(this.condition_json);
|
||||
let filter = frappe.utils.get_filter_from_json(this.condition_json,this.doctype);
|
||||
filter = frappe.utils.get_filter_as_json(filter);
|
||||
this.filters = Object.assign(this.filters, JSON.parse(filter));
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue