style: change formatting
This commit is contained in:
parent
86e0f4c617
commit
368a974368
@ -474,7 +474,7 @@ def get_leave_allocation_records(employee, date, leave_type=None):
|
||||
AND is_lwp=0
|
||||
{0}
|
||||
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()
|
||||
for d in allocation_details:
|
||||
|
Loading…
x
Reference in New Issue
Block a user