fix: Added income tax slab column

This commit is contained in:
Nabin Hait 2022-02-23 15:42:23 +05:30
parent 1f018a912b
commit 535217a042

View File

@ -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",