Aprobación de Agencias

This commit is contained in:
2025-07-14 13:27:15 -06:00
parent e820f81d31
commit 0e88fea37e
36 changed files with 2807 additions and 1128 deletions

View File

@@ -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';