fixed bug #7557
git-svn-id: http://desenvolvimento.rjconsultores.com.br/repositorio/sco/AdmVenta/Web/trunk/ventaboletos@57708 d1611594-4594-4d17-8e1d-87c2c4800839master
parent
4422d429ef
commit
a607375e31
|
@ -146,7 +146,11 @@ public class EditarExcepcionPeajeController extends MyGenericForwardComposer {
|
|||
if(excepcionPeaje.getExcepcionPeajeId() != null){
|
||||
excepcionPeaje = excepcionPeajeService.obtenerID(excepcionPeaje.getExcepcionPeajeId());
|
||||
}
|
||||
if(excepcionPeaje.getLsExcepcionPeajeVigencia() != null){
|
||||
lsExcepcionPeajeVigencia = getExcepcionPeajeVigenciaActivo(excepcionPeaje.getLsExcepcionPeajeVigencia());
|
||||
}else{
|
||||
lsExcepcionPeajeVigencia = new ArrayList<ExcepcionPeajeVigencia>();
|
||||
}
|
||||
if(lsExcepcionPeajeVigencia != null){
|
||||
Collections.sort(lsExcepcionPeajeVigencia);
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue