Conn Campbell
Conn Campbell
I kinda wonder if payroll is deeply broken, and their awaiting a complete refactor. Considering how much spaghetti payroll and hr code has, I sure hope so.
It's a bit sad that these breaking issues with a critical system are left to fester, especially when I believe ERPNext is a excellent product with great potential. I've created...
It looks like the exception handler is referencing a resource file that no longer exists. The code is trying to display an error message from the resource file, but fails....
This is not resolved as the issue effects the template system too.
My fix, which is a crummy hack, was to add the following to the webform.py accept method: `if df and df.fieldtype == "Table": for row in value: if row.get('__islocal', False):...