From a161e468cf7001fc95711f3504508ce00da0ef1a Mon Sep 17 00:00:00 2001 From: Faris Ansari Date: Thu, 2 Jan 2020 22:39:03 +0530 Subject: [PATCH] fix: Move Tax to Setup in sidebar --- src/sidebarConfig.js | 15 +++++---------- 1 file changed, 5 insertions(+), 10 deletions(-) diff --git a/src/sidebarConfig.js b/src/sidebarConfig.js index c19fba7f..1ccb553f 100644 --- a/src/sidebarConfig.js +++ b/src/sidebarConfig.js @@ -42,11 +42,6 @@ const config = { route: '/list/Item', doctype: 'Item' }, - { - label: _('Taxes'), - route: '/list/Tax', - doctype: 'Tax' - }, { label: _('Journal Entry'), route: '/list/JournalEntry', @@ -76,11 +71,6 @@ const config = { route: '/list/Item', doctype: 'Item' }, - { - label: _('Taxes'), - route: '/list/Tax', - doctype: 'Tax' - }, { label: _('Journal Entry'), route: '/list/JournalEntry', @@ -121,6 +111,11 @@ const config = { label: _('Chart of Accounts'), route: '/chart-of-accounts' }, + { + label: _('Taxes'), + route: '/list/Tax', + doctype: 'Tax' + }, { label: _('Settings'), action() {