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,