fix: Tax category dashboard

This commit is contained in:
deepeshgarg007 2019-05-30 12:14:16 +05:30
parent 4baf69656d
commit e233708754

View File

@ -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'),