mirror of
https://github.com/frappe/erpnext.git
synced 2026-02-19 01:25:07 +00:00
Merge pull request #6096 from rohitwaghchaure/minor_fix
[Fix] lwp salary structure
This commit is contained in:
@@ -99,7 +99,7 @@ def make_salary_slip(source_name, target_doc=None):
|
||||
for d in source.get(key):
|
||||
target.append(key, {
|
||||
'amount': d.amount,
|
||||
'default_amount': d.default_amount,
|
||||
'default_amount': d.amount,
|
||||
'depends_on_lwp' : d.depends_on_lwp,
|
||||
'salary_component' : d.salary_component
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user