Merge pull request 'Fixes bug#AL-4549' (!700) from AL-4549 into master

Reviewed-on: adm/VentaBoletosAdm#700
Reviewed-by: fabio <fabio.faria@rjconsultores.com.br>
master 1.133.4
wallace 2024-09-04 19:30:45 +00:00
commit bfa55d7f4f
2 changed files with 1 additions and 3 deletions

View File

@ -4,7 +4,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>br.com.rjconsultores</groupId>
<artifactId>ventaboletosadm</artifactId>
<version>1.133.3</version>
<version>1.133.4</version>
<packaging>war</packaging>
<properties>

View File

@ -232,8 +232,6 @@ public class CotizarExpresoController extends MyGenericForwardComposer{
trayectosExpresosService.suscribir(trayecto);
logAuditoriaService.auditar(trayectoClone, trayecto, null);
refreshLista();
}