erpnext 9.1.4
frappe 9.1.6
When I open Gross Profit Report in the Account Module. I get an error on the page. The error creates a log within Error Snapshot.
AttributeError("'GrossProfitGenerator' object has no attribute 'grouped_data'",)
Traceback (most recent call last): File "/home/frappe/frappe-bench/apps/frappe/frappe/app.py", line 57, in application response = frappe.handler.handle() File "/home/frappe/frappe-bench/apps/frappe/frappe/handler.py", line 22, in handle data = execute_cmd(cmd) File "/home/frappe/frappe-bench/apps/frappe/frappe/handler.py", line 53, in execute_cmd return frappe.call(method, **frappe.form_dict) File "/home/frappe/frappe-bench/apps/frappe/frappe/__init__.py", line 923, in call return fn(*args, **newargs) File "/home/frappe/frappe-bench/apps/frappe/frappe/desk/query_report.py", line 96, in run res = frappe.get_attr(method_name)(frappe._dict(filters)) File "/home/frappe/frappe-bench/apps/erpnext/erpnext/accounts/report/gross_profit/gross_profit.py", line 47, in execute for src in gross_profit_data.grouped_data: AttributeError: 'GrossProfitGenerator' object has no attribute 'grouped_data'
Thank you