Compare commits

...

2 Commits

Author SHA1 Message Date
firmanr e99071f9ce Merge pull request 'fix: fixed typo module key' (#16) from feat/report into development
continuous-integration/drone/tag Build is passing Details
Reviewed-on: #16
2024-07-05 09:12:57 +00:00
Firman Ramdhani 8cdf75c2a0 fix: fixed typo module key 2024-07-05 16:09:24 +07:00
1 changed files with 4 additions and 4 deletions

View File

@ -47,7 +47,7 @@ export const PrivilegeAdminConstant = [
index: 4,
},
{
menu: 'REKONSILIASI',
menu: 'RECONCILIATION',
menu_label: 'Rekonsiliasi',
actions: [
PrivilegeAction.VIEW,
@ -126,13 +126,13 @@ export const PrivilegeAdminConstant = [
index: 11,
},
{
menu: 'LAPORAN',
menu: 'REPORT',
menu_label: 'Laporan',
actions: [PrivilegeAction.VIEW],
index: 12,
},
{
menu: 'DISKON_CODE',
menu: 'DISCOUNT_CODE',
menu_label: 'Generate Diskon Kode',
actions: [PrivilegeAction.CREATE],
index: 13,
@ -170,7 +170,7 @@ export const PrivilegePOSConstant = [
index: 17,
},
{
menu: 'POS_DISKON_CODE',
menu: 'POS_DISCOUNT_CODE',
menu_label: 'Generate Diskon Kode',
actions: [PrivilegeAction.CREATE],
index: 18,