fixed bug #7351 - correção bug Exceção Pedágio

git-svn-id: http://desenvolvimento.rjconsultores.com.br/repositorio/sco/AdmVenta/Web/trunk/ventaboletos@54926 d1611594-4594-4d17-8e1d-87c2c4800839
master
frederico 2016-04-14 17:45:42 +00:00
parent 98c272b32c
commit e5d148e7ba
1 changed files with 2 additions and 1 deletions

View File

@ -142,8 +142,9 @@ public class EditarExcepcionPeajeController extends MyGenericForwardComposer {
excepcionPeajeList = (MyListbox) Executions.getCurrent().getArg().get("excepcionPeajeList");
lsExcepcionPeaje = (ArrayList<ExcepcionPeaje>) Executions.getCurrent().getArg().get("lsExcepcionPeaje");
isEdicao = (Boolean) Executions.getCurrent().getArg().get("isEdicao");
if(excepcionPeaje.getExcepcionPeajeId() != null){
excepcionPeaje = excepcionPeajeService.obtenerID(excepcionPeaje.getExcepcionPeajeId());
}
lsExcepcionPeajeVigencia = excepcionPeaje.getLsExcepcionPeajeVigencia();
if(lsExcepcionPeajeVigencia != null){
Collections.sort(lsExcepcionPeajeVigencia);