diff --git a/auth/permisos.ts b/auth/permisos.ts index 70e48729ad..a138231cfc 100644 --- a/auth/permisos.ts +++ b/auth/permisos.ts @@ -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' }, ] }, {