mirror of
https://github.com/frappe/books.git
synced 2025-01-23 15:18:24 +00:00
fix: Move Tax to Setup in sidebar
This commit is contained in:
parent
1dcdc1c898
commit
a161e468cf
@ -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() {
|
||||
|
Loading…
x
Reference in New Issue
Block a user