From 40349f4b00d2793f4d05f7afdb6705db0b4f78c2 Mon Sep 17 00:00:00 2001 From: Saurabh Date: Tue, 8 May 2018 15:23:51 +0530 Subject: [PATCH] [fix] add stock entry link on Material Request Dashboard (#13950) --- .../doctype/material_request/material_request_dashboard.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/erpnext/stock/doctype/material_request/material_request_dashboard.py b/erpnext/stock/doctype/material_request/material_request_dashboard.py index 751c723730..a02bea1976 100644 --- a/erpnext/stock/doctype/material_request/material_request_dashboard.py +++ b/erpnext/stock/doctype/material_request/material_request_dashboard.py @@ -7,7 +7,7 @@ def get_data(): 'transactions': [ { 'label': _('Related'), - 'items': ['Request for Quotation', 'Supplier Quotation', 'Purchase Order'] + 'items': ['Request for Quotation', 'Supplier Quotation', 'Purchase Order', "Stock Entry"] }, { 'label': _('Manufacturing'),