Skip to content

Commit

Permalink
Update auth/permisos.ts
Browse files Browse the repository at this point in the history
Co-authored-by: Mariano Botta <marianoabotta@gmail.com>
  • Loading branch information
plammel and liquid36 authored Jun 12, 2020
1 parent be957c7 commit 11b592c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion auth/permisos.ts
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,7 @@ export default [
avoidAll: true,
child: [
{ key: 'visualizacionHuds', title: 'Visualización HUDS por paciente', type: 'boolean' },
{ key: 'impresionHuds', title: 'Imprimir HUDS por prestación', type: 'boolean', visibility: 'restricted' },
{ key: 'impresion', title: 'Imprimir cualquier prestación', type: 'boolean', visibility: 'restricted' },
]
},
{
Expand Down

0 comments on commit 11b592c

Please sign in to comment.