diff --git a/erpnext/accounts/doctype/tax_category/tax_category_dashboard.py b/erpnext/accounts/doctype/tax_category/tax_category_dashboard.py index 5c5d32c9c4d..d643efb090b 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 @@ from frappe import _ 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'),