From 988989960364077e244b1ed069993d3651dd4f09 Mon Sep 17 00:00:00 2001 From: Prateeksha Singh Date: Thu, 15 Feb 2018 10:54:23 +0530 Subject: [PATCH] [hub] cleanups --- erpnext/public/js/hub/hub_page.js | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/erpnext/public/js/hub/hub_page.js b/erpnext/public/js/hub/hub_page.js index 46e5ce4493..27986de563 100644 --- a/erpnext/public/js/hub/hub_page.js +++ b/erpnext/public/js/hub/hub_page.js @@ -123,16 +123,16 @@ erpnext.hub.ItemListing = class ItemListing extends erpnext.hub.HubListing { } }); - this.sidebar.add_item({ - label: this.hub_settings.company, - on_click: () => frappe.set_route('Form', 'Company', this.hub_settings.company) - }, __("Account")); - this.sidebar.add_item({ label: __('Companies'), on_click: () => frappe.set_route('Hub', 'Company') }); + this.sidebar.add_item({ + label: this.hub_settings.company, + on_click: () => frappe.set_route('Form', 'Company', this.hub_settings.company) + }, __("Account")); + this.sidebar.add_item({ label: __("My Orders"), on_click: () => frappe.set_route('List', 'Request for Quotation')