Problem in Vehicle Expenses report

Hi all,
I have a problem with this report: /desk#query-report/Vehicle Expenses
Traceback (most recent call last):
File “/home/mayssaa/demo/apps/frappe/frappe/app.py”, line 56, in application
response = frappe.handler.handle()
File “/home/mayssaa/demo/apps/frappe/frappe/handler.py”, line 19, in handle
execute_cmd(cmd)
File “/home/mayssaa/demo/apps/frappe/frappe/handler.py”, line 42, in execute_cmd
ret = frappe.call(method, **frappe.form_dict)
File “/home/mayssaa/demo/apps/frappe/frappe/init.py”, line 907, in call
return fn(*args, **newargs)
File “/home/mayssaa/demo/apps/frappe/frappe/desk/query_report.py”, line 94, in run
res = frappe.get_attr(method_name)(frappe._dict(filters))
File “/home/mayssaa/demo/apps/erpnext/erpnext/hr/report/vehicle_expenses/vehicle_expenses.py”, line 11, in execute
period_list = get_period_list(2016, 2016,“Monthly”)
TypeError: get_period_list() takes exactly 4 arguments (3 given)

@MaysaaSafadi,

Issue has been already created for the error please check Error on Vehicle Expenses · Issue #8375 · frappe/erpnext · GitHub

Thanks, Makarand

1 Like

Ok Thanks @makarand_b