Choferes
This commit is contained in:
@@ -128,7 +128,7 @@ function guardar() {
|
|||||||
$sql = "
|
$sql = "
|
||||||
INSERT INTO dbo.choferes
|
INSERT INTO dbo.choferes
|
||||||
(transportista_id, nombre, apellido, numero_licencia, numero_gafete, telefono, email, fecha_ingreso, foto_url, status)
|
(transportista_id, nombre, apellido, numero_licencia, numero_gafete, telefono, email, fecha_ingreso, foto_url, status)
|
||||||
VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, 1, GETDATE())
|
VALUES (?, ?, ?, ?, ?, ?, ?, GETDATE(), ?, 1)
|
||||||
";
|
";
|
||||||
$params = [
|
$params = [
|
||||||
(int)$transportista_id,
|
(int)$transportista_id,
|
||||||
|
|||||||
Reference in New Issue
Block a user