bug#11014
qua:bruno dev:thiago git-svn-id: http://desenvolvimento.rjconsultores.com.br/repositorio/sco/AdmVenta/Web/trunk/ventaboletos@81649 d1611594-4594-4d17-8e1d-87c2c4800839master
parent
142c9184cb
commit
b05df9387c
|
@ -313,7 +313,7 @@ public class EditarConexionController extends MyGenericForwardComposer {
|
|||
}
|
||||
|
||||
protected Long validarServico(Long corridaId) throws InterruptedException {
|
||||
if (corridaId != 0) {
|
||||
if (corridaId != null && corridaId != 0) {
|
||||
if (corridaService.existeCorrida(corridaId)) {
|
||||
return corridaId;
|
||||
} else {
|
||||
|
|
Loading…
Reference in New Issue