Correcciones - registro

This commit is contained in:
2025-07-07 15:53:01 -06:00
parent 9925a0bf55
commit 1a5ed8b65d
7 changed files with 597 additions and 119 deletions

View File

@@ -265,7 +265,7 @@ function enviarSoliAgencia()
// Sanitizar y obtener datos
$agencia = trim($_POST['nombre_agencia'] ?? '');
$rfc = trim($_POST['rfc'] ?? '');
$rfc = trim($_POST['rfc_agencia'] ?? '');
$correo = trim($_POST['correo'] ?? '');
$telefono = trim($_POST['telefono'] ?? '');
$direccion = trim($_POST['direccion'] ?? '');