From 9286ed11abe7a8fc1786d1154870c91c8b70fb12 Mon Sep 17 00:00:00 2001 From: MarianoCampetella Date: Fri, 23 Aug 2024 15:21:36 -0300 Subject: [PATCH] feat(TM-34): Nuevo modulo de farmacias --- auth/permisos.ts | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/auth/permisos.ts b/auth/permisos.ts index 95088901aa..104357d43a 100644 --- a/auth/permisos.ts +++ b/auth/permisos.ts @@ -371,6 +371,15 @@ export default [ { key: 'sectores', title: 'Editar sectores fĂ­sicos', type: 'organizacion' } ] }, + { + key: 'farmacia', + title: 'Farmacias', + child: [ + { key: 'create', title: 'Crear nueva farmacia', type: 'boolean' }, + { key: 'edit', title: 'Editar farmacias', type: 'boolean' }, + { key: 'delete', title: 'Borrar farmacias', type: 'boolean' }, + ] + } ] }, {