Employee Advance List View does not show Status [V12]

Hi ,

The Employee Advance List View does not show the Status field (Paid, Unpaid etc), instead, it shows Document Status (Draft, Submitted, Cancelled). I also noticed the employee_advance_list.js file seems to be missing in V12

Hope this can be fixed asap

Thanks

Thanks for reporting that here Status not showing in Employee Advance list view [V12] · Issue #97 · frappe/hrms · GitHub

docstatus and status are distinct in the code, please post a screenshot or two to illustrate the missing or incorrect status?
https://github.com/frappe/erpnext/blob/develop/erpnext/hr/doctype/employee_advance/employee_advance.py#L27

“employee_advance_list.js file seems to be missing in V12”
Perhaps this was removed from a refactoring, have you some error that would indicate the list is missing?

Note this “fix: (ux) set jv voucher type depending on mode of payment” commit to develop just now fix: (ux) set jv voucher type depending on mode of payment by nextchamp-saqib · Pull Request #21411 · frappe/erpnext · GitHub