You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Traceback (most recent call last):
File "apps/frappe/frappe/app.py", line 95, in application
response = frappe.api.handle()
File "apps/frappe/frappe/api.py", line 55, in handle
return frappe.handler.handle()
File "apps/frappe/frappe/handler.py", line 48, in handle
data = execute_cmd(cmd)
File "apps/frappe/frappe/handler.py", line 86, in execute_cmd
return frappe.call(method, **frappe.form_dict)
File "apps/frappe/frappe/__init__.py", line 1619, in call
return fn(*args, **newargs)
File "apps/frappe/frappe/handler.py", line 317, in run_doc_method
response = doc.run_method(method)
File "apps/frappe/frappe/model/document.py", line 931, in run_method
out = Document.hook(fn)(self, *args, **kwargs)
File "apps/frappe/frappe/model/document.py", line 1283, in composer
return composed(self, method, *args, **kwargs)
File "apps/frappe/frappe/model/document.py", line 1265, in runner
add_to_return_value(self, fn(self, *args, **kwargs))
File "apps/frappe/frappe/model/document.py", line 928, in fn
return method_object(*args, **kwargs)
File "apps/erpnext/erpnext/accounts/doctype/payment_reconciliation/payment_reconciliation.py", line 467, in reconcile
self.reconcile_allocations()
File "apps/erpnext/erpnext/accounts/doctype/payment_reconciliation/payment_reconciliation.py", line 441, in reconcile_allocations
reconcile_against_document(entry_list, skip_ref_details_update_for_pe, self.dimensions)
File "apps/erpnext/erpnext/accounts/utils.py", line 473, in reconcile_against_document
referenced_row = update_reference_in_payment_entry(
File "apps/erpnext/erpnext/accounts/utils.py", line 685, in update_reference_in_payment_entry
payment_entry.set_missing_ref_details(
File "apps/hrms/hrms/overrides/employee_payment_entry.py", line 43, in set_missing_ref_details
ref_details = get_payment_reference_details(
File "apps/hrms/hrms/overrides/employee_payment_entry.py", line 214, in get_payment_reference_details
return get_reference_details(
TypeError: get_reference_details() takes 3 positional arguments but 5 were given
App Versions
Route
Traceback
Request Data
Response Data
The text was updated successfully, but these errors were encountered: