[Minor] Title added to rfq web view (#10454)
This commit is contained in:
parent
8fd5b325e0
commit
dd351c585a
@ -196,6 +196,7 @@ def get_list_context(context=None):
|
|||||||
from erpnext.controllers.website_list_for_contact import get_list_context
|
from erpnext.controllers.website_list_for_contact import get_list_context
|
||||||
list_context = get_list_context(context)
|
list_context = get_list_context(context)
|
||||||
list_context["show_sidebar"] = True
|
list_context["show_sidebar"] = True
|
||||||
|
list_context["title"] = "Request for Quotation"
|
||||||
return list_context
|
return list_context
|
||||||
|
|
||||||
def get_supplier_contacts(doctype, txt, searchfield, start, page_len, filters):
|
def get_supplier_contacts(doctype, txt, searchfield, start, page_len, filters):
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user