fix: typo in Leave Balance Report

Change Leaves to Leave
This commit is contained in:
Michelle Alva 2021-02-20 10:43:47 +05:30 committed by GitHub
parent 1aad27a539
commit ab149f196e
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,