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