Fixes bug#AL-4549
parent
423b37e53a
commit
8b122ce13d
2
pom.xml
2
pom.xml
|
@ -4,7 +4,7 @@
|
||||||
<modelVersion>4.0.0</modelVersion>
|
<modelVersion>4.0.0</modelVersion>
|
||||||
<groupId>br.com.rjconsultores</groupId>
|
<groupId>br.com.rjconsultores</groupId>
|
||||||
<artifactId>ventaboletosadm</artifactId>
|
<artifactId>ventaboletosadm</artifactId>
|
||||||
<version>1.133.3</version>
|
<version>1.133.4</version>
|
||||||
<packaging>war</packaging>
|
<packaging>war</packaging>
|
||||||
|
|
||||||
<properties>
|
<properties>
|
||||||
|
|
|
@ -232,8 +232,6 @@ public class CotizarExpresoController extends MyGenericForwardComposer{
|
||||||
|
|
||||||
trayectosExpresosService.suscribir(trayecto);
|
trayectosExpresosService.suscribir(trayecto);
|
||||||
|
|
||||||
logAuditoriaService.auditar(trayectoClone, trayecto, null);
|
|
||||||
|
|
||||||
refreshLista();
|
refreshLista();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue