This commit is contained in:
Lizandro Guarnizo
2026-04-21 13:38:58 -05:00
parent 51f98dd2fb
commit e5bf7297f4
3 changed files with 6 additions and 18 deletions
+2 -2
View File
@@ -70,8 +70,8 @@ if ($incluirSolicitud) {
if ($solicitud) {
// Paciente
$stmt = $pdo->prepare(
"SELECT id, full_name, tipo_documento, documento,
fecha_nacimiento, telefono, celular
"SELECT id, nombre_completo, tipo_documento, numero_documento,
fecha_nacimiento, telefono
FROM lab_pacientes
WHERE id = ?"
);