[minor] always show issues in sidebar
This commit is contained in:
parent
7ce345a827
commit
e778e59e4c
@ -89,7 +89,7 @@ portal_menu_items = [
|
||||
{"title": _("Orders"), "route": "/orders", "reference_doctype": "Sales Order"},
|
||||
{"title": _("Invoices"), "route": "/invoices", "reference_doctype": "Sales Invoice"},
|
||||
{"title": _("Shipments"), "route": "/shipments", "reference_doctype": "Delivery Note"},
|
||||
{"title": _("Issues"), "route": "/issues", "reference_doctype": "Issue"},
|
||||
{"title": _("Issues"), "route": "/issues", "reference_doctype": "Issue", "show_always": True},
|
||||
{"title": _("Addresses"), "route": "/addresses", "reference_doctype": "Address"}
|
||||
]
|
||||
|
||||
|
@ -3,7 +3,6 @@
|
||||
|
||||
// for module flow
|
||||
|
||||
frappe.provide('frappe.document_flow');
|
||||
$.extend(frappe.document_flow, {
|
||||
"Selling": {
|
||||
"Sales Order": ["Quotation", "Sales Order", "Delivery Note", "Sales Invoice", "Journal Entry"],
|
||||
|
Loading…
x
Reference in New Issue
Block a user