We’ve been trying to use the Script Report feature in ERPNext to create a custom report but it doesn’t seem to be working. It keeps returning an error:
File "/home/frappe/benches/bench-version-12-2021-06-22/apps/frappe/frappe/desk/query_report.py", line 68, in generate_report_result
columns = [get_column_as_dict(col) for col in columns]
TypeError: 'NoneType' object is not iterable
Please note that this is a custom report meaning that the “Is Standard” field is set to ‘No’
If anyone could share some insights, I would be most grateful