fix: Tax category dashboard
diff --git a/erpnext/accounts/doctype/tax_category/tax_category_dashboard.py b/erpnext/accounts/doctype/tax_category/tax_category_dashboard.py
index 5c5d32c..d643efb 100644
--- a/erpnext/accounts/doctype/tax_category/tax_category_dashboard.py
+++ b/erpnext/accounts/doctype/tax_category/tax_category_dashboard.py
@@ -6,14 +6,6 @@
 def get_data():
 	return {
 		'fieldname': 'tax_category',
-		'non_standard_fieldnames': {
-			'Payment Entry': 'party_name'
-		},
-		'internal_links': {
-			'Purchase Order': ['items', 'purchase_order'],
-			'Project': ['items', 'project'],
-			'Quality Inspection': ['items', 'quality_inspection'],
-		},
 		'transactions': [
 			{
 				'label': _('Pre Sales'),