mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-21 22:19:18 +00:00
fix: Tax category dashboard
This commit is contained in:
@@ -6,14 +6,6 @@ from frappe import _
|
|||||||
def get_data():
|
def get_data():
|
||||||
return {
|
return {
|
||||||
'fieldname': 'tax_category',
|
'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': [
|
'transactions': [
|
||||||
{
|
{
|
||||||
'label': _('Pre Sales'),
|
'label': _('Pre Sales'),
|
||||||
|
|||||||
Reference in New Issue
Block a user