fix/bug-firman #60

Merged
firmanr merged 2 commits from fix/bug-firman into development 2024-08-08 17:29:37 +07:00
1 changed files with 6 additions and 0 deletions

View File

@ -136,6 +136,12 @@ export const PrivilegeAdminConstant = [
actions: [PrivilegeAction.CREATE],
index: 13,
},
{
menu: 'DOWNLOAD_POS_APP',
menu_label: 'Download POS App',
actions: [PrivilegeAction.CREATE],
index: 20,
},
];
export const PrivilegePOSConstant = [