fix: use correct property name for filters in get_report_filters (#21465)
This commit is contained in:
parent
e5dfb6d971
commit
4ad98ecb7f
1 changed files with 1 additions and 1 deletions
|
|
@ -128,7 +128,7 @@ frappe.report_utils = {
|
|||
return frappe.after_ajax(() => {
|
||||
if (
|
||||
frappe.query_reports[report_name] &&
|
||||
!frappe.query_reports[report_name].filter &&
|
||||
!frappe.query_reports[report_name].filters &&
|
||||
r.filters
|
||||
) {
|
||||
return (frappe.query_reports[report_name].filters = r.filters);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue