mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-18 22:00:31 +00:00
feat: Auto re-calculate the items rate once changing the invoice exchange rate.
This commit is contained in:
@@ -473,16 +473,6 @@ export const getDashboardRoutes = () => [
|
||||
pageTitle: intl.get('all_financial_reports'),
|
||||
subscriptionActive: [SUBSCRIPTION_TYPE.MAIN],
|
||||
},
|
||||
// Exchange Rates
|
||||
// {
|
||||
// path: `/exchange-rates`,
|
||||
// component: lazy(
|
||||
// () => import('@/containers/ExchangeRates/ExchangeRatesList'),
|
||||
// ),
|
||||
// breadcrumb: intl.get('exchange_rates_list'),
|
||||
// pageTitle: intl.get('exchange_rates_list'),
|
||||
// subscriptionActive: [SUBSCRIPTION_TYPE.MAIN],
|
||||
// },
|
||||
// Expenses.
|
||||
{
|
||||
path: `/expenses/new`,
|
||||
|
||||
Reference in New Issue
Block a user