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:
Helkyd 2017-10-18 06:46:24 +01:00 committed by Nabin Hait
parent 3e02d80636
commit 7ec7a45f05

View File

@ -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: