Merge branch 'staging-fixes' into report-fix
This commit is contained in:
commit
b12c7358b1
@ -12,7 +12,7 @@ app_license = "GNU General Public License (v3)"
|
||||
source_link = "https://github.com/frappe/erpnext"
|
||||
|
||||
develop_version = '12.x.x-develop'
|
||||
staging_version = '11.0.3-beta.32'
|
||||
staging_version = '11.0.3-beta.33'
|
||||
|
||||
error_report_email = "support@erpnext.com"
|
||||
|
||||
|
@ -29,6 +29,5 @@ class TestUploadAttendance(unittest.TestCase):
|
||||
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))
|
||||
|
Loading…
x
Reference in New Issue
Block a user