mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-16 19:49:18 +00:00
Merge branch 'staging-fixes' into patch-to-rename-additional-salary-component
This commit is contained in:
@@ -29,6 +29,5 @@ class TestUploadAttendance(unittest.TestCase):
|
|||||||
for row in data:
|
for row in data:
|
||||||
if row[1] == employee:
|
if row[1] == employee:
|
||||||
filtered_data.append(row)
|
filtered_data.append(row)
|
||||||
print(filtered_data)
|
|
||||||
for row in filtered_data:
|
for row in filtered_data:
|
||||||
self.assertTrue(getdate(row[3]) >= getdate(date_of_joining) and getdate(row[3]) <= getdate(relieving_date))
|
self.assertTrue(getdate(row[3]) >= getdate(date_of_joining) and getdate(row[3]) <= getdate(relieving_date))
|
||||||
|
|||||||
Reference in New Issue
Block a user