fixes bug#AL-3140
parent
8ebfc6e059
commit
351f9f813a
2
pom.xml
2
pom.xml
|
@ -3,7 +3,7 @@
|
||||||
<modelVersion>4.0.0</modelVersion>
|
<modelVersion>4.0.0</modelVersion>
|
||||||
<groupId>br.com.rjconsultores</groupId>
|
<groupId>br.com.rjconsultores</groupId>
|
||||||
<artifactId>ModelWeb</artifactId>
|
<artifactId>ModelWeb</artifactId>
|
||||||
<version>1.10.0</version>
|
<version>1.10.1</version>
|
||||||
<distributionManagement>
|
<distributionManagement>
|
||||||
<repository>
|
<repository>
|
||||||
<id>rj-releases</id>
|
<id>rj-releases</id>
|
||||||
|
|
|
@ -959,7 +959,10 @@ public class CorridaServiceImpl implements CorridaService {
|
||||||
}
|
}
|
||||||
|
|
||||||
corrida = generarCorrida(esquemaCorrida, dataGeracao, false, isFeriado);
|
corrida = generarCorrida(esquemaCorrida, dataGeracao, false, isFeriado);
|
||||||
|
if(corrida != null) {
|
||||||
generarCorridaInfo(corrida, esquemaCorrida);
|
generarCorridaInfo(corrida, esquemaCorrida);
|
||||||
|
}
|
||||||
|
|
||||||
corridaPisoExtra = null;
|
corridaPisoExtra = null;
|
||||||
corridaPisoExtra2 = null;
|
corridaPisoExtra2 = null;
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue