From 4bcfd585cdf2f2b7a7dc5fbd81e871172c31532d Mon Sep 17 00:00:00 2001 From: Lizandro Guarnizo <77708265+lizandrogd@users.noreply.github.com> Date: Fri, 13 Mar 2026 09:03:31 -0500 Subject: [PATCH] =?UTF-8?q?fix:=20enf-nombre=20muestra=20nombre=20real=20d?= =?UTF-8?q?esde=20sesi=C3=B3n=20PHP=20(no=20queda=20en=20Cargando=E2=80=A6?= =?UTF-8?q?)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- enfermero_portal.php | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/enfermero_portal.php b/enfermero_portal.php index e9c92f0..2b29cdf 100644 --- a/enfermero_portal.php +++ b/enfermero_portal.php @@ -129,7 +129,7 @@ $hoy = date('Y-m-d');
-
Cargando…
+
Portal Enfermero ·
@@ -370,9 +370,7 @@ const portal = { this._agenda = d.agenda || []; // Nombre de la enfermera (primer registro o fallback) - if (d.agenda?.length) { - // enriched by backend, or use session - } + // El nombre ya viene del servidor — no se necesita asignarlo aquí this._renderResumen(d.totales || {}, d.total || 0); this._renderLista();