Merge pull request #24682 from frappe/michellealva-leave

fix: typo in Leave Balance Report
This commit is contained in:
Deepesh Garg 2021-02-20 17:53:04 +05:30 committed by GitHub
commit e12398e75e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -40,17 +40,17 @@ def get_columns():
'fieldname': 'opening_balance',
'width': 130,
}, {
'label': _('Leaves Allocated'),
'label': _('Leave Allocated'),
'fieldtype': 'float',
'fieldname': 'leaves_allocated',
'width': 130,
}, {
'label': _('Leaves Taken'),
'label': _('Leave Taken'),
'fieldtype': 'float',
'fieldname': 'leaves_taken',
'width': 130,
}, {
'label': _('Leaves Expired'),
'label': _('Leave Expired'),
'fieldtype': 'float',
'fieldname': 'leaves_expired',
'width': 130,