mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-29 18:04:46 +00:00
fix: upload attendance (#21620)
This commit is contained in:
@@ -145,7 +145,7 @@ def import_attendances(rows):
|
|||||||
|
|
||||||
def remove_holidays(rows):
|
def remove_holidays(rows):
|
||||||
rows = [ row for row in rows if row[4] != "Holiday"]
|
rows = [ row for row in rows if row[4] != "Holiday"]
|
||||||
return
|
return rows
|
||||||
|
|
||||||
from frappe.modules import scrub
|
from frappe.modules import scrub
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user