Compare commits

...

3 Commits

Author SHA1 Message Date
firmanr 995f4b963c Merge pull request 'fix/bug-firman' (#60) from fix/bug-firman into development
continuous-integration/drone/tag Build is passing Details
Reviewed-on: #60
2024-08-08 10:29:37 +00:00
Firman Ramdhani 13895394b3 Merge branch 'development' of ssh://git.eigen.co.id:2222/eigen/pos-be into fix/bug-firman 2024-08-08 17:28:42 +07:00
Firman Ramdhani b36e35ea00 feat(SPG-823): add item access control 2024-08-08 17:28:17 +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 = [