commit | aea25b147fd0eaeb56c3847144ce965c56f4e8aa | [log] [tgz] |
---|---|---|
author | Suraj Shetty <surajshetty3416@gmail.com> | Fri Jan 04 13:45:56 2019 +0530 |
committer | GitHub <noreply@github.com> | Fri Jan 04 13:45:56 2019 +0530 |
tree | eeb89a61783582f8773ffd0478384af4cc23bad8 | |
parent | 6fe5c5c84d025e6e41131e2e37f192836bc33934 [diff] | |
parent | 53cac1b616d1b24901698f3b5ecd4844f72a924c [diff] |
Merge branch 'staging-fixes' into patch-to-rename-additional-salary-component
diff --git a/erpnext/hr/doctype/upload_attendance/test_upload_attendance.py b/erpnext/hr/doctype/upload_attendance/test_upload_attendance.py index 5ab2847..6e151d0 100644 --- a/erpnext/hr/doctype/upload_attendance/test_upload_attendance.py +++ b/erpnext/hr/doctype/upload_attendance/test_upload_attendance.py
@@ -29,6 +29,5 @@ for row in data: if row[1] == employee: filtered_data.append(row) - print(filtered_data) for row in filtered_data: self.assertTrue(getdate(row[3]) >= getdate(date_of_joining) and getdate(row[3]) <= getdate(relieving_date))