refactor: remove account permissions
Some checks failed
Spell Check / Spell Check with Typos (push) Failing after 6s
Some checks failed
Spell Check / Spell Check with Typos (push) Failing after 6s
This commit is contained in:
parent
e9d995fa3e
commit
8b933455d1
2 changed files with 4 additions and 5 deletions
|
|
@ -128,7 +128,6 @@ function initMenu() {
|
|||
label: 'menu.account',
|
||||
icon: 'mdi-bank-outline',
|
||||
disabled: false,
|
||||
hidden: !canAccess('account'),
|
||||
children: [
|
||||
{ label: 'receipt', route: '/receipt' },
|
||||
{ label: 'creditNote', route: '/credit-note' },
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue