Merge remote-tracking branch 'origin/master'

This commit is contained in:
M_Kececi
2026-03-03 10:47:59 +03:00
parent ae8cd892b0
commit a6f6110bb5
3 changed files with 15 additions and 2 deletions

View File

@@ -149,7 +149,7 @@ const routes = [
{
path: 'aged-customer-balance-list',
name: 'aged-customer-balance-list',
component: () => import('pages/AccountAgingStatement.vue'),
redirect: { name: 'account-aging-statement' },
meta: { permission: 'finance:view' }
},