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:
parent
4c58588d25
commit
e9f2b176bc
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user