fix(SPG-663) Pos Privilleges - pemesanan seharusnya tidak ada create

pull/42/head
Aswin Ashar Abdullah 2024-07-29 14:37:12 +07:00
parent 6096771597
commit 4ac711add5
1 changed files with 1 additions and 1 deletions

View File

@ -160,7 +160,7 @@ export const PrivilegePOSConstant = [
{
menu: 'BOOKING',
menu_label: 'Pemesanan',
actions: [PrivilegeAction.VIEW, PrivilegeAction.CREATE],
actions: [PrivilegeAction.VIEW],
index: 16,
},
{