mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-03 21:48:27 +00:00
fix: sider
This commit is contained in:
@@ -221,7 +221,6 @@ class TestMonthlyAttendanceSheet(FrappeTestCase):
|
||||
# execute report without attendance record
|
||||
now = now_datetime()
|
||||
previous_month = now.month - 1
|
||||
previous_month_first = now.replace(day=1).replace(month=previous_month).date()
|
||||
|
||||
company = frappe.db.get_value("Employee", self.employee, "company")
|
||||
filters = frappe._dict(
|
||||
|
||||
Reference in New Issue
Block a user