Merge pull request #5556 from rohitwaghchaure/time_sheet_wages

[Fixes] Timesheet
This commit is contained in:
Rushabh Mehta 2016-06-27 17:31:43 +05:30 committed by GitHub
commit bff0cacd69

View File

@ -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
})