mirror of
https://github.com/frappe/erpnext.git
synced 2026-06-01 19:29:10 +00:00
Update purchase_order_dashboard.py (#9149)
There are no links to projects
This commit is contained in:
@@ -10,7 +10,7 @@ def get_data():
|
|||||||
'internal_links': {
|
'internal_links': {
|
||||||
'Material Request': ['items', 'material_request'],
|
'Material Request': ['items', 'material_request'],
|
||||||
'Supplier Quotation': ['items', 'supplier_quotation'],
|
'Supplier Quotation': ['items', 'supplier_quotation'],
|
||||||
'Project': ['project'],
|
'Project': ['items', 'project'],
|
||||||
},
|
},
|
||||||
'transactions': [
|
'transactions': [
|
||||||
{
|
{
|
||||||
@@ -30,4 +30,4 @@ def get_data():
|
|||||||
'items': ['Stock Entry']
|
'items': ['Stock Entry']
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user