mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-16 21:00:31 +00:00
Merge remote-tracking branch 'origin/accounts_fix'
This commit is contained in:
@@ -95,7 +95,19 @@ export default [
|
||||
text: <T id={'banking'} />,
|
||||
children: [],
|
||||
},
|
||||
|
||||
{
|
||||
text: <T id={'expenses'} />,
|
||||
children: [
|
||||
{
|
||||
text: <T id={'expenses'}/>,
|
||||
href: '/expenses-list',
|
||||
},
|
||||
{
|
||||
text: <T id={'new_expense'}/>,
|
||||
href: '/expenses/new',
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
text: <T id={'financial_reports'} />,
|
||||
children: [
|
||||
@@ -136,19 +148,6 @@ export default [
|
||||
}
|
||||
],
|
||||
},
|
||||
{
|
||||
text: <T id={'expenses'} />,
|
||||
children: [
|
||||
{
|
||||
text: <T id={'expenses'}/>,
|
||||
href: '/expenses-list',
|
||||
},
|
||||
{
|
||||
text: <T id={'new_expense'}/>,
|
||||
href: '/expenses/new',
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
divider: true,
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user