Merge pull request 'fix: fixed typo module key' (#16) from feat/report into development
continuous-integration/drone/tag Build is passing
Details
continuous-integration/drone/tag Build is passing
Details
Reviewed-on: #16pull/18/head^2 devel_10.6.0
commit
e99071f9ce
|
@ -47,7 +47,7 @@ export const PrivilegeAdminConstant = [
|
||||||
index: 4,
|
index: 4,
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
menu: 'REKONSILIASI',
|
menu: 'RECONCILIATION',
|
||||||
menu_label: 'Rekonsiliasi',
|
menu_label: 'Rekonsiliasi',
|
||||||
actions: [
|
actions: [
|
||||||
PrivilegeAction.VIEW,
|
PrivilegeAction.VIEW,
|
||||||
|
@ -126,13 +126,13 @@ export const PrivilegeAdminConstant = [
|
||||||
index: 11,
|
index: 11,
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
menu: 'LAPORAN',
|
menu: 'REPORT',
|
||||||
menu_label: 'Laporan',
|
menu_label: 'Laporan',
|
||||||
actions: [PrivilegeAction.VIEW],
|
actions: [PrivilegeAction.VIEW],
|
||||||
index: 12,
|
index: 12,
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
menu: 'DISKON_CODE',
|
menu: 'DISCOUNT_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_DISKON_CODE',
|
menu: 'POS_DISCOUNT_CODE',
|
||||||
menu_label: 'Generate Diskon Kode',
|
menu_label: 'Generate Diskon Kode',
|
||||||
actions: [PrivilegeAction.CREATE],
|
actions: [PrivilegeAction.CREATE],
|
||||||
index: 18,
|
index: 18,
|
||||||
|
|
Loading…
Reference in New Issue