fix(SPG-663) Pos Privilleges - pemesanan seharusnya tidak ada create
parent
6096771597
commit
4ac711add5
|
@ -160,7 +160,7 @@ export const PrivilegePOSConstant = [
|
||||||
{
|
{
|
||||||
menu: 'BOOKING',
|
menu: 'BOOKING',
|
||||||
menu_label: 'Pemesanan',
|
menu_label: 'Pemesanan',
|
||||||
actions: [PrivilegeAction.VIEW, PrivilegeAction.CREATE],
|
actions: [PrivilegeAction.VIEW],
|
||||||
index: 16,
|
index: 16,
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue