CRUD gestión de locaciones
This commit is contained in:
@@ -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');
|
||||
|
||||
Reference in New Issue
Block a user