fix: upload attendance (#21620)
This commit is contained in:
parent
3e0c51879e
commit
2596c8bbe7
@ -145,7 +145,7 @@ def import_attendances(rows):
|
||||
|
||||
def remove_holidays(rows):
|
||||
rows = [ row for row in rows if row[4] != "Holiday"]
|
||||
return
|
||||
return rows
|
||||
|
||||
from frappe.modules import scrub
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user