Update purchase_order_dashboard.py (#9149)

There are no links to projects
This commit is contained in:
_JG_ 2017-06-13 02:30:47 -05:00 committed by Rushabh Mehta
parent 757e1bf846
commit aafe0c517f

View File

@ -10,7 +10,7 @@ def get_data():
'internal_links': {
'Material Request': ['items', 'material_request'],
'Supplier Quotation': ['items', 'supplier_quotation'],
'Project': ['project'],
'Project': ['items', 'project'],
},
'transactions': [
{
@ -30,4 +30,4 @@ def get_data():
'items': ['Stock Entry']
}
]
}
}