commit | dd351c585a175fcd5c50ef5fa50e1477649bb0c9 | [log] [tgz] |
---|---|---|
author | KanchanChauhan <angel143.dr@gmail.com> | Sun Aug 20 11:00:43 2017 +0530 |
committer | Rushabh Mehta <rmehta@gmail.com> | Sun Aug 20 11:00:43 2017 +0530 |
tree | af1363ec8858052d4deabce514d3c6c4d6d70e2d | |
parent | 8fd5b325e08a7c435891cef6421c7339873ec836 [diff] |
[Minor] Title added to rfq web view (#10454)
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 2d8820d..d27d224 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 @@ 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):