mirror of
https://github.com/frappe/erpnext.git
synced 2026-06-03 12:19:12 +00:00
fix: sider
This commit is contained in:
@@ -221,7 +221,6 @@ class TestMonthlyAttendanceSheet(FrappeTestCase):
|
|||||||
# execute report without attendance record
|
# execute report without attendance record
|
||||||
now = now_datetime()
|
now = now_datetime()
|
||||||
previous_month = now.month - 1
|
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")
|
company = frappe.db.get_value("Employee", self.employee, "company")
|
||||||
filters = frappe._dict(
|
filters = frappe._dict(
|
||||||
|
|||||||
Reference in New Issue
Block a user