mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-04 14:08:29 +00:00
chore: fix linter #nosemgrep
This commit is contained in:
@@ -523,7 +523,7 @@ class SalarySlip(TransactionBase):
|
||||
for leave_type in leave_types:
|
||||
leave_type_map[leave_type.name] = leave_type
|
||||
|
||||
attendances = frappe.db.sql(
|
||||
attendances = frappe.db.sql( # nosemgrep
|
||||
"""
|
||||
SELECT attendance_date, status, leave_type
|
||||
FROM `tabAttendance`
|
||||
|
||||
Reference in New Issue
Block a user