mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-21 07:10:33 +00:00
fix: sidebar cashflow links.
This commit is contained in:
@@ -205,19 +205,19 @@ export default [
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
text: <T id={'cash_flow.label.add_money_in'} />,
|
text: <T id={'cash_flow.label.add_money_in'} />,
|
||||||
href: '/',
|
href: '/cashflow-accounts',
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
text: <T id={'cash_flow.label.add_money_out'} />,
|
text: <T id={'cash_flow.label.add_money_out'} />,
|
||||||
href: '/',
|
href: '/cashflow-accounts',
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
text: <T id={'cash_flow.label.add_cash_account'} />,
|
text: <T id={'cash_flow.label.add_cash_account'} />,
|
||||||
href: '/',
|
href: '/cashflow-accounts',
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
text: <T id={'cash_flow.label.add_bank_account'} />,
|
text: <T id={'cash_flow.label.add_bank_account'} />,
|
||||||
href: '/',
|
href: '/cashflow-accounts',
|
||||||
},
|
},
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user