mirror of
https://github.com/frappe/erpnext.git
synced 2026-06-03 04:09:11 +00:00
style: change formatting
This commit is contained in:
@@ -474,7 +474,7 @@ def get_leave_allocation_records(employee, date, leave_type=None):
|
|||||||
AND is_lwp=0
|
AND is_lwp=0
|
||||||
{0}
|
{0}
|
||||||
GROUP BY employee, leave_type
|
GROUP BY employee, leave_type
|
||||||
""".format(conditions), dict(date=date, employee=employee), as_dict=1)
|
""".format(conditions), dict(date=date, employee=employee), as_dict=1) #nosec
|
||||||
|
|
||||||
allocated_leaves = frappe._dict()
|
allocated_leaves = frappe._dict()
|
||||||
for d in allocation_details:
|
for d in allocation_details:
|
||||||
|
|||||||
Reference in New Issue
Block a user