Hello guys.
I have an issue here that I got an error when I want to create a new employee loan record.
The error said here:
Traceback (most recent call last):
File "/home/frappe/devpire-inc/apps/frappe/frappe/app.py", line 57, in application
response = frappe.handler.handle()
File "/home/frappe/devpire-inc/apps/frappe/frappe/handler.py", line 22, in handle
data = execute_cmd(cmd)
File "/home/frappe/devpire-inc/apps/frappe/frappe/handler.py", line 53, in execute_cmd
return frappe.call(method, **frappe.form_dict)
File "/home/frappe/devpire-inc/apps/frappe/frappe/__init__.py", line 922, in call
return fn(*args, **newargs)
TypeError: get_employee_loan_application() takes exactly 1 argument (0 given)
Anyone knows how to fix it?