Fixes bug#AL-4549

master
Fernando Abimael Alvarez Uc 2024-09-04 10:37:55 -06:00
parent 423b37e53a
commit 8b122ce13d
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();
}