Skip to content

Commit

Permalink
feat(GDU-50): eliminar permiso del punto de inicio en internacion (#1745
Browse files Browse the repository at this point in the history
)
  • Loading branch information
MarianoCampetella committed Aug 22, 2022
1 parent 3899a23 commit 7836fad
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion auth/permisos.ts
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,6 @@ export default [
{ key: 'egreso', title: 'Realizar egreso de pacientes', type: 'boolean' },
{ key: 'bloqueo', title: 'Realizar bloqueo de camas', type: 'boolean' },
{ key: 'censo', title: 'Ver censo diario y mensual', type: 'boolean' },
{ key: 'inicio', title: 'Punto de inicio', type: 'boolean' },
{ key: 'mapaDeCamas', title: 'Mapa de camas', type: 'boolean' },
{ key: 'descargarListado', title: 'Descargar listado internación', type: 'boolean' },
{ key: 'registros', title: 'Ver registros de la internación', type: 'boolean' },
Expand Down

0 comments on commit 7836fad

Please sign in to comment.