Choferes
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user