General Ledger is Disabled

request.js:462 Traceback (most recent call last):
File “apps/frappe/frappe/app.py”, line 69, in application
response = frappe.api.handle()
File “apps/frappe/frappe/api.py”, line 54, in handle
return frappe.handler.handle()
File “apps/frappe/frappe/handler.py”, line 45, in handle
data = execute_cmd(cmd)
File “apps/frappe/frappe/handler.py”, line 83, in execute_cmd
return frappe.call(method, **frappe.form_dict)
File “apps/frappe/frappe/init.py”, line 1581, in call
return fn(*args, **newargs)
File “apps/frappe/frappe/init.py”, line 781, in wrapper_fn
retval = fn(*args, **get_newargs(fn, kwargs))
File “apps/frappe/frappe/desk/query_report.py”, line 222, in run
report = get_report_doc(report_name)
File “apps/frappe/frappe/desk/query_report.py”, line 56, in get_report_doc
frappe.throw(_(“Report {0} is disabled”).format(report_name))
File “apps/frappe/frappe/init.py”, line 522, in throw
msgprint(
File “apps/frappe/frappe/init.py”, line 490, in msgprint
_raise_exception()
File “apps/frappe/frappe/init.py”, line 442, in _raise_exception
raise raise_exception(msg)
frappe.exceptions.ValidationError: Report General Ledger is disabled

Nothing spooky here. Someone just disable the report.

Go to Report > find General Ledger to enable it back.

1 Like