Merge pull request #5556 from rohitwaghchaure/time_sheet_wages
[Fixes] Timesheet
This commit is contained in:
commit
bff0cacd69
@ -72,12 +72,12 @@ def make_salary_structure(employee):
|
||||
salary_structure.set('deductions', [])
|
||||
|
||||
es = salary_structure.append('earnings', {
|
||||
"e_type": "_Test Allowance",
|
||||
"earning_type": "_Test Allowance",
|
||||
"modified_value": 100
|
||||
})
|
||||
|
||||
ds = salary_structure.append('deductions', {
|
||||
"d_type": "_Test Professional Tax",
|
||||
"deduction_type": "_Test Professional Tax",
|
||||
"d_modified_amt": 50
|
||||
})
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user