mirror of
https://github.com/frappe/erpnext.git
synced 2026-03-16 00:37:15 +00:00
fix: upload attendance (#21620)
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user