CRUD gestión de locaciones

This commit is contained in:
2025-06-09 08:50:23 -06:00
parent 2eb3ec6061
commit 55fb7c0bf4
28 changed files with 1982 additions and 234 deletions

View File

@@ -156,7 +156,7 @@ function redirectByRole($tipoUsuario)
header('Location: /IMPORTADORES/importadores/dashboard');
break;
case 'agente_aduanal':
header('Location: /IMPORTADORES/AGENTES/dashboard');
header('Location: /IMPORTADORES/agentes/dashboard');
break;
default:
header('Location: /IMPORTADORES/importadores/dashboard');