Salary Detail Abbr (#11165)
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
3e02d80636
commit
7ec7a45f05
@ -70,6 +70,7 @@ class SalarySlip(TransactionBase):
|
||||
'default_amount': amount,
|
||||
'depends_on_lwp' : struct_row.depends_on_lwp,
|
||||
'salary_component' : struct_row.salary_component,
|
||||
'abbr' : struct_row.abbr,
|
||||
'do_not_include_in_total' : struct_row.do_not_include_in_total
|
||||
})
|
||||
else:
|
||||
|
Loading…
Reference in New Issue
Block a user