From b9ecdd4bfa751bb363226cf6e375547d14482049 Mon Sep 17 00:00:00 2001 From: Alexeer Date: Thu, 26 Jun 2025 09:06:24 -0600 Subject: [PATCH] Choferes --- app/controllers/choferes.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/controllers/choferes.php b/app/controllers/choferes.php index 5bbfd4d..6f89d10 100644 --- a/app/controllers/choferes.php +++ b/app/controllers/choferes.php @@ -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,