fix: missing return statement
This commit is contained in:
parent
f79603e47b
commit
1abc0264c0
1 changed files with 1 additions and 1 deletions
|
|
@ -117,7 +117,7 @@ frappe.report_utils = {
|
|||
}
|
||||
).then(r => {
|
||||
frappe.dom.eval(r.script || '');
|
||||
frappe.after_ajax(() => {
|
||||
return frappe.after_ajax(() => {
|
||||
return frappe.query_reports[report_name].filters;
|
||||
})
|
||||
});
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue