fix: upload attendance (#21620)

This commit is contained in:
Anurag Mishra 2020-05-06 17:06:53 +05:30 committed by GitHub
parent 3e0c51879e
commit 2596c8bbe7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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