Aprobación de Agencias
This commit is contained in:
@@ -40,7 +40,7 @@ function guardar()
|
||||
}
|
||||
|
||||
// Redirigir de vuelta a la lista o mostrar mensaje…
|
||||
header("Location: /IMPORTADORES/transportistas/lista?success=1");
|
||||
header("Location: /IMPORTADORES/transportistas/lista?created=ok");
|
||||
exit;
|
||||
}
|
||||
|
||||
@@ -113,7 +113,7 @@ function lista()
|
||||
include __DIR__ . '/../../views/transportistas/lista.php';
|
||||
}
|
||||
|
||||
/** Descarga la plantilla CSV para carga masiva **/
|
||||
/** Descarga la plantilla CSV para carga masiva **/
|
||||
function template()
|
||||
{
|
||||
$file = __DIR__ . '/../../public/downloads/transportistas_template.csv';
|
||||
|
||||
Reference in New Issue
Block a user