Historial: añadir notas/observaciones al detalle del registro

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
Lizandro Guarnizo
2026-06-22 22:53:39 -05:00
co-authored by Claude Sonnet 4.6
parent f363631b32
commit 6510054416
2 changed files with 2 additions and 0 deletions
+1
View File
@@ -465,6 +465,7 @@ function renderDetalle(t) {
{ lbl:'Recepción (desk)', val: esc(t.recepcion_desk_nombre || '—') },
{ lbl:'Atendió recepción', val: esc(t.atendido_recepcion_nombre || '—') },
{ lbl:'Atendió muestras', val: esc(t.atendido_lugar_nombre || '—') },
{ lbl:'Notas', val: esc(t.notas || '—') },
];
// Exámenes
let examHtml = '';