Salary Detail Abbr

When processing via Process Salary Abbr is not filled unless if Hourly pay ... this is required for later check what Component is or was added for Employee
This commit is contained in:
Helkyd 2017-10-11 15:02:27 +01:00
parent 4c58588d25
commit e9f2b176bc

View File

@ -69,7 +69,8 @@ class SalarySlip(TransactionBase):
'amount': amount,
'default_amount': amount,
'depends_on_lwp' : struct_row.depends_on_lwp,
'salary_component' : struct_row.salary_component
'salary_component' : struct_row.salary_component,
'abbr' : struct_row.abbr
})
else:
component_row.amount = amount