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-87c2c4800839master
parent
98c272b32c
commit
e5d148e7ba
|
@ -142,8 +142,9 @@ public class EditarExcepcionPeajeController extends MyGenericForwardComposer {
|
||||||
excepcionPeajeList = (MyListbox) Executions.getCurrent().getArg().get("excepcionPeajeList");
|
excepcionPeajeList = (MyListbox) Executions.getCurrent().getArg().get("excepcionPeajeList");
|
||||||
lsExcepcionPeaje = (ArrayList<ExcepcionPeaje>) Executions.getCurrent().getArg().get("lsExcepcionPeaje");
|
lsExcepcionPeaje = (ArrayList<ExcepcionPeaje>) Executions.getCurrent().getArg().get("lsExcepcionPeaje");
|
||||||
isEdicao = (Boolean) Executions.getCurrent().getArg().get("isEdicao");
|
isEdicao = (Boolean) Executions.getCurrent().getArg().get("isEdicao");
|
||||||
|
if(excepcionPeaje.getExcepcionPeajeId() != null){
|
||||||
excepcionPeaje = excepcionPeajeService.obtenerID(excepcionPeaje.getExcepcionPeajeId());
|
excepcionPeaje = excepcionPeajeService.obtenerID(excepcionPeaje.getExcepcionPeajeId());
|
||||||
|
}
|
||||||
lsExcepcionPeajeVigencia = excepcionPeaje.getLsExcepcionPeajeVigencia();
|
lsExcepcionPeajeVigencia = excepcionPeaje.getLsExcepcionPeajeVigencia();
|
||||||
if(lsExcepcionPeajeVigencia != null){
|
if(lsExcepcionPeajeVigencia != null){
|
||||||
Collections.sort(lsExcepcionPeajeVigencia);
|
Collections.sort(lsExcepcionPeajeVigencia);
|
||||||
|
|
Loading…
Reference in New Issue