Merge pull request #11593 from josephalbaph/patch-4
fix: Added Columns correctly exported in Excel
This commit is contained in:
commit
985bf3042e
1 changed files with 1 additions and 1 deletions
|
|
@ -167,7 +167,7 @@ def run(report_name, filters=None, user=None, ignore_prepared_report=False, cust
|
|||
|
||||
result = None
|
||||
|
||||
if report.prepared_report and not report.disable_prepared_report and not ignore_prepared_report:
|
||||
if report.prepared_report and not report.disable_prepared_report and not ignore_prepared_report and not custom_columns:
|
||||
if filters:
|
||||
if isinstance(filters, string_types):
|
||||
filters = json.loads(filters)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue