Skip to content

Commit

Permalink
fix: sider
Browse files Browse the repository at this point in the history
  • Loading branch information
ruchamahabal committed Dec 14, 2021
1 parent 0a06ce8 commit 9bbe16c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion erpnext/payroll/doctype/salary_slip/test_salary_slip.py
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@ def test_payment_days_in_salary_slip_based_on_timesheet(self):
mark_attendance(emp, add_days(first_sunday, 1), 'Absent', ignore_validate=True) # counted as absent

# salary structure based on timesheet
salary_structure = make_salary_structure_for_timesheet(emp)
make_salary_structure_for_timesheet(emp)
timesheet = make_timesheet(emp, simulate=True, is_billable=1)
salary_slip = make_salary_slip_for_timesheet(timesheet.name)
salary_slip.start_date = month_start_date
Expand Down

0 comments on commit 9bbe16c

Please sign in to comment.