Hello I have this salary rule for an item in payroll:
result = ((contract.wage/8) * 330)/100 * inputs.RWOTH.amount
Whenever I run payslip compute this error shows and does not continue:
Error!
Wrong python code defined for salary rule Regular working overtime holidays (RWOTH).
Any ideas?