From 03ba66d0d8fd6f5bfab8f3af2ce4bb9e95c9680f Mon Sep 17 00:00:00 2001 From: rohitwaghchaure Date: Wed, 14 Jun 2017 19:41:11 +0530 Subject: [PATCH] [Fix] In sales invoice, delivery note link not showing in the dashboard if delivery note has made from sales invoice (#9290) --- .../accounts/doctype/sales_invoice/sales_invoice_dashboard.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/erpnext/accounts/doctype/sales_invoice/sales_invoice_dashboard.py b/erpnext/accounts/doctype/sales_invoice/sales_invoice_dashboard.py index 20d46133fd2..bc9d76646b9 100644 --- a/erpnext/accounts/doctype/sales_invoice/sales_invoice_dashboard.py +++ b/erpnext/accounts/doctype/sales_invoice/sales_invoice_dashboard.py @@ -11,8 +11,7 @@ def get_data(): 'Sales Invoice': 'return_against' }, 'internal_links': { - 'Sales Order': ['items', 'sales_order'], - 'Delivery Note': ['items', 'delivery_note'], + 'Sales Order': ['items', 'sales_order'] }, 'transactions': [ {