refactor: remove account permissions
Some checks failed
Spell Check / Spell Check with Typos (push) Failing after 6s

This commit is contained in:
puriphatt 2025-07-03 15:57:41 +07:00
parent e9d995fa3e
commit 8b933455d1
2 changed files with 4 additions and 5 deletions

View file

@ -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' },