mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-25 07:54:46 +00:00
Merge pull request #5612 from shubham7saxena/rfq-sidebar
[minor][bug fix]added sidebar visibility to request for quotation link
This commit is contained in:
@@ -149,6 +149,7 @@ def send_supplier_emails(rfq_name):
|
|||||||
def get_list_context(context=None):
|
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
|
||||||
return list_context
|
return list_context
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user