Fixes bug#AL-4549
parent
423b37e53a
commit
8b122ce13d
2
pom.xml
2
pom.xml
|
@ -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>
|
||||
|
|
|
@ -232,8 +232,6 @@ public class CotizarExpresoController extends MyGenericForwardComposer{
|
|||
|
||||
trayectosExpresosService.suscribir(trayecto);
|
||||
|
||||
logAuditoriaService.auditar(trayectoClone, trayecto, null);
|
||||
|
||||
refreshLista();
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue