This commit is contained in:
2025-06-26 09:06:24 -06:00
parent bff736cca4
commit b9ecdd4bfa

View File

@@ -128,7 +128,7 @@ function guardar() {
$sql = "
INSERT INTO dbo.choferes
(transportista_id, nombre, apellido, numero_licencia, numero_gafete, telefono, email, fecha_ingreso, foto_url, status)
VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, 1, GETDATE())
VALUES (?, ?, ?, ?, ?, ?, ?, GETDATE(), ?, 1)
";
$params = [
(int)$transportista_id,