mirror of
https://gitlab.com/mbugroup/lti-web-client.git
synced 2026-05-25 15:55:48 +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',
|
text: 'Penjualan',
|
||||||
link: '/marketing',
|
link: '/marketing',
|
||||||
icon: 'heroicons-outline:currency-dollar',
|
icon: 'heroicons-outline:currency-dollar',
|
||||||
|
permission: ['lti.marketing.delivery_order.list'],
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
text: 'Keuangan',
|
text: 'Keuangan',
|
||||||
link: '/finance',
|
link: '/finance',
|
||||||
icon: 'heroicons-outline:banknotes',
|
icon: 'heroicons-outline:banknotes',
|
||||||
|
permission: ['lti.finance.transactions.list'],
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
text: 'Biaya',
|
text: 'Biaya',
|
||||||
|
|||||||
Reference in New Issue
Block a user