mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-25 07:54:46 +00:00
fix: typo in Leave Balance Report
Change Leaves to Leave
This commit is contained in:
@@ -40,17 +40,17 @@ def get_columns():
|
|||||||
'fieldname': 'opening_balance',
|
'fieldname': 'opening_balance',
|
||||||
'width': 130,
|
'width': 130,
|
||||||
}, {
|
}, {
|
||||||
'label': _('Leaves Allocated'),
|
'label': _('Leave Allocated'),
|
||||||
'fieldtype': 'float',
|
'fieldtype': 'float',
|
||||||
'fieldname': 'leaves_allocated',
|
'fieldname': 'leaves_allocated',
|
||||||
'width': 130,
|
'width': 130,
|
||||||
}, {
|
}, {
|
||||||
'label': _('Leaves Taken'),
|
'label': _('Leave Taken'),
|
||||||
'fieldtype': 'float',
|
'fieldtype': 'float',
|
||||||
'fieldname': 'leaves_taken',
|
'fieldname': 'leaves_taken',
|
||||||
'width': 130,
|
'width': 130,
|
||||||
}, {
|
}, {
|
||||||
'label': _('Leaves Expired'),
|
'label': _('Leave Expired'),
|
||||||
'fieldtype': 'float',
|
'fieldtype': 'float',
|
||||||
'fieldname': 'leaves_expired',
|
'fieldname': 'leaves_expired',
|
||||||
'width': 130,
|
'width': 130,
|
||||||
|
|||||||
Reference in New Issue
Block a user