commit | 2596c8bbe72f25d1f10ed51c422d802b1f29598c | [log] [tgz] |
---|---|---|
author | Anurag Mishra <32095923+Anurag810@users.noreply.github.com> | Wed May 06 17:06:53 2020 +0530 |
committer | GitHub <noreply@github.com> | Wed May 06 17:06:53 2020 +0530 |
tree | b97b726eb9cf68f8d4494a4d6f41e5a9b2086349 | |
parent | 3e0c51879e8a17a8be8ce622e9fbbce93eeab2b8 [diff] |
fix: upload attendance (#21620)
diff --git a/erpnext/hr/doctype/upload_attendance/upload_attendance.py b/erpnext/hr/doctype/upload_attendance/upload_attendance.py index f75bb41..61faea1 100644 --- a/erpnext/hr/doctype/upload_attendance/upload_attendance.py +++ b/erpnext/hr/doctype/upload_attendance/upload_attendance.py
@@ -145,7 +145,7 @@ def remove_holidays(rows): rows = [ row for row in rows if row[4] != "Holiday"] - return + return rows from frappe.modules import scrub