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