mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-27 17:04:47 +00:00
fix: Added income tax slab column
This commit is contained in:
@@ -449,6 +449,13 @@ class IncomeTaxComputationReport(object):
|
|||||||
"fieldname": "date_of_joining",
|
"fieldname": "date_of_joining",
|
||||||
"fieldtype": "Date"
|
"fieldtype": "Date"
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"label": _("Income Tax Slab"),
|
||||||
|
"fieldname": "income_tax_slab",
|
||||||
|
"fieldtype": "Link",
|
||||||
|
"options": "Income Tax Slab",
|
||||||
|
"width": "140px"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"label": _("CTC"),
|
"label": _("CTC"),
|
||||||
"fieldname": "ctc",
|
"fieldname": "ctc",
|
||||||
|
|||||||
Reference in New Issue
Block a user