-
Notifications
You must be signed in to change notification settings - Fork 12
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
IN - Reporte indicaciones de medicamentos #1883
Conversation
if (req.query.organizacionID) { | ||
organizacionId = req.query.organizacionID; | ||
} else { organizacionId = Auth.getOrganization(req); } |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ambas condiciones se puede resumir en una sola ternaria de la siguiente forma:
organizacionId = (req.query.organizacionID) ? req.query.organizacionID : Auth.getOrganization(req);
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
corregido gracias!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
codigo ok
# [5.111.0](v5.110.0...v5.111.0) (2024-07-24) ### Bug Fixes * **AM:** se modifica la distancia para sacar turnos por mobile ([#1881](#1881)) ([#1883](#1883)) ([e13a6fc](e13a6fc)) * **CITAS:** corrige errores en job cerrar demanda insatisfecha ([#1920](#1920)) ([01d6c5f](01d6c5f)) ### Features * **HUDS:** controla permisos para ver la HUDS ([#1871](#1871)) ([756c2b1](756c2b1))
* **AM:** se modifica la distancia para sacar turnos por mobile ([#1881](#1881)) ([#1883](#1883)) ([e13a6fc](e13a6fc)) * **CITAS:** corrige errores en job cerrar demanda insatisfecha ([#1920](#1920)) ([01d6c5f](01d6c5f)) * **HUDS:** controla permisos para ver la HUDS ([#1871](#1871)) ([756c2b1](756c2b1))
Requerimiento
https://proyectos.andes.gob.ar/browse/IN-574
Funcionalidad desarrollada
UserStories llegó a completarse
Requiere actualizaciones en la base de datos