mirror of
https://github.com/frappe/erpnext.git
synced 2026-03-21 03:04:34 +00:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user