mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-26 08:24:47 +00:00
chore: correct indentation
This commit is contained in:
@@ -65,7 +65,7 @@ def get_data(filters, leave_types):
|
||||
for leave_type in leave_types:
|
||||
remaining = 0
|
||||
if leave_type in available_leave["leave_allocation"]:
|
||||
# opening balance
|
||||
# opening balance
|
||||
remaining = available_leave["leave_allocation"][leave_type]['remaining_leaves']
|
||||
|
||||
row += [remaining]
|
||||
|
||||
Reference in New Issue
Block a user