up
This commit is contained in:
@@ -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 = ?"
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user