Compare commits

..

No commits in common. "e99071f9ce283bfc43ad45a1b1fc8c462bcaf6ad" and "d2fd665236eacab8b5987345f9eaadac1db39753" have entirely different histories.

1 changed files with 4 additions and 4 deletions

View File

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