From aafe0c517f7d743ed7272fa7ac460e9200bc9f26 Mon Sep 17 00:00:00 2001 From: _JG_ Date: Tue, 13 Jun 2017 02:30:47 -0500 Subject: [PATCH] Update purchase_order_dashboard.py (#9149) There are no links to projects --- .../buying/doctype/purchase_order/purchase_order_dashboard.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/erpnext/buying/doctype/purchase_order/purchase_order_dashboard.py b/erpnext/buying/doctype/purchase_order/purchase_order_dashboard.py index 50382d5fa1..df10a541df 100644 --- a/erpnext/buying/doctype/purchase_order/purchase_order_dashboard.py +++ b/erpnext/buying/doctype/purchase_order/purchase_order_dashboard.py @@ -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'] } ] - } \ No newline at end of file + }