mirror of
https://gitlab.com/mbugroup/lti-web-client.git
synced 2026-05-20 13:32:00 +00:00
fix: add permission for Penjualan and Keuangan menu
This commit is contained in:
@@ -114,11 +114,13 @@ export const MAIN_DRAWER_LINKS: SidebarMenuItem[] = [
|
||||
text: 'Penjualan',
|
||||
link: '/marketing',
|
||||
icon: 'heroicons-outline:currency-dollar',
|
||||
permission: ['lti.marketing.delivery_order.list'],
|
||||
},
|
||||
{
|
||||
text: 'Keuangan',
|
||||
link: '/finance',
|
||||
icon: 'heroicons-outline:banknotes',
|
||||
permission: ['lti.finance.transactions.list'],
|
||||
},
|
||||
{
|
||||
text: 'Biaya',
|
||||
|
||||
Reference in New Issue
Block a user