fix: fixed typo module key
parent
c69bdc2295
commit
8cdf75c2a0
|
@ -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,
|
||||
|
|
Loading…
Reference in New Issue