From dd351c585a175fcd5c50ef5fa50e1477649bb0c9 Mon Sep 17 00:00:00 2001 From: KanchanChauhan Date: Sun, 20 Aug 2017 11:00:43 +0530 Subject: [PATCH] [Minor] Title added to rfq web view (#10454) --- .../doctype/request_for_quotation/request_for_quotation.py | 1 + 1 file changed, 1 insertion(+) diff --git a/erpnext/buying/doctype/request_for_quotation/request_for_quotation.py b/erpnext/buying/doctype/request_for_quotation/request_for_quotation.py index 2d8820d992..d27d224d32 100644 --- a/erpnext/buying/doctype/request_for_quotation/request_for_quotation.py +++ b/erpnext/buying/doctype/request_for_quotation/request_for_quotation.py @@ -196,6 +196,7 @@ def get_list_context(context=None): from erpnext.controllers.website_list_for_contact import get_list_context list_context = get_list_context(context) list_context["show_sidebar"] = True + list_context["title"] = "Request for Quotation" return list_context def get_supplier_contacts(doctype, txt, searchfield, start, page_len, filters):