fix: Added income tax slab column
This commit is contained in:
parent
1f018a912b
commit
535217a042
@ -449,6 +449,13 @@ class IncomeTaxComputationReport(object):
|
||||
"fieldname": "date_of_joining",
|
||||
"fieldtype": "Date"
|
||||
},
|
||||
{
|
||||
"label": _("Income Tax Slab"),
|
||||
"fieldname": "income_tax_slab",
|
||||
"fieldtype": "Link",
|
||||
"options": "Income Tax Slab",
|
||||
"width": "140px"
|
||||
},
|
||||
{
|
||||
"label": _("CTC"),
|
||||
"fieldname": "ctc",
|
||||
|
Loading…
x
Reference in New Issue
Block a user