mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-17 21:30:31 +00:00
fix: pause transactions locaking.
This commit is contained in:
@@ -405,14 +405,14 @@ export default [
|
||||
ability: ManualJournalAction.View,
|
||||
},
|
||||
},
|
||||
{
|
||||
text: <T id={'sidebar.transactions_locaking'} />,
|
||||
href: '/transactions-locking',
|
||||
permission: {
|
||||
subject: AbilitySubject.ManualJournal,
|
||||
ability: ManualJournalAction.TransactionLocking,
|
||||
},
|
||||
},
|
||||
// {
|
||||
// text: <T id={'sidebar.transactions_locaking'} />,
|
||||
// href: '/transactions-locking',
|
||||
// permission: {
|
||||
// subject: AbilitySubject.ManualJournal,
|
||||
// ability: ManualJournalAction.TransactionLocking,
|
||||
// },
|
||||
// },
|
||||
{
|
||||
text: <T id={'exchange_rate'} />,
|
||||
href: '/exchange-rates',
|
||||
|
||||
@@ -785,13 +785,13 @@ export const getDashboardRoutes = () => [
|
||||
subscriptionActive: [SUBSCRIPTION_TYPE.MAIN],
|
||||
defaultSearchResource: RESOURCES_TYPES.ACCOUNT,
|
||||
},
|
||||
{
|
||||
path: `/transactions-locking`,
|
||||
component: lazy(() =>
|
||||
import('../containers/TransactionsLocking/TransactionsLockingList'),
|
||||
),
|
||||
pageTitle: intl.get('sidebar.transactions_locaking'),
|
||||
},
|
||||
// {
|
||||
// path: `/transactions-locking`,
|
||||
// component: lazy(() =>
|
||||
// import('../containers/TransactionsLocking/TransactionsLockingList'),
|
||||
// ),
|
||||
// pageTitle: intl.get('sidebar.transactions_locaking'),
|
||||
// },
|
||||
// Homepage
|
||||
{
|
||||
path: `/`,
|
||||
|
||||
Reference in New Issue
Block a user