fix: Added income tax slab column
diff --git a/erpnext/payroll/report/income_tax_computation/income_tax_computation.py b/erpnext/payroll/report/income_tax_computation/income_tax_computation.py
index 4dfc63c..1aa22a1 100644
--- a/erpnext/payroll/report/income_tax_computation/income_tax_computation.py
+++ b/erpnext/payroll/report/income_tax_computation/income_tax_computation.py
@@ -450,6 +450,13 @@
 				"fieldtype": "Date"
 			},
 			{
+				"label": _("Income Tax Slab"),
+				"fieldname": "income_tax_slab",
+				"fieldtype": "Link",
+				"options": "Income Tax Slab",
+				"width": "140px"
+			},
+			{
 				"label": _("CTC"),
 				"fieldname": "ctc",
 				"fieldtype": "Currency",