Skip to content

Commit

Permalink
feat(huds): permiso impresión huds (#1005)
Browse files Browse the repository at this point in the history
* feat(PRIV): Agrega permiso impresion HUDS

* Update auth/permisos.ts

Co-authored-by: Mariano Botta <marianoabotta@gmail.com>

Co-authored-by: Mariano Botta <marianoabotta@gmail.com>
  • Loading branch information
plammel and liquid36 authored Jun 19, 2020
1 parent da15035 commit b2fc7eb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions auth/permisos.ts
Original file line number Diff line number Diff line change
Expand Up @@ -190,6 +190,7 @@ export default [
avoidAll: true,
child: [
{ key: 'visualizacionHuds', title: 'Visualización HUDS por paciente', type: 'boolean' },
{ key: 'impresion', title: 'Imprimir cualquier prestación', type: 'boolean', visibility: 'restricted' },
]
},
{
Expand Down

0 comments on commit b2fc7eb

Please sign in to comment.