mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-21 14:09:19 +00:00
chore: fix linter
This commit is contained in:
@@ -1587,7 +1587,6 @@ def setup_test():
|
|||||||
frappe.db.set_value("HR Settings", None, "leave_approval_notification_template", None)
|
frappe.db.set_value("HR Settings", None, "leave_approval_notification_template", None)
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
def make_holiday_list(list_name=None, from_date=None, to_date=None, add_weekly_offs=True):
|
def make_holiday_list(list_name=None, from_date=None, to_date=None, add_weekly_offs=True):
|
||||||
fiscal_year = get_fiscal_year(nowdate(), company=erpnext.get_default_company())
|
fiscal_year = get_fiscal_year(nowdate(), company=erpnext.get_default_company())
|
||||||
name = list_name or "Salary Slip Test Holiday List"
|
name = list_name or "Salary Slip Test Holiday List"
|
||||||
|
|||||||
Reference in New Issue
Block a user