FIXES BUG #6716
git-svn-id: http://desenvolvimento.rjconsultores.com.br/repositorio/sco/AdmVenta/Web/trunk/ventaboletos@51014 d1611594-4594-4d17-8e1d-87c2c4800839master
parent
cebe67ceb3
commit
8393723cb3
|
@ -143,6 +143,7 @@ public class EditarExcepcionPeajeController extends MyGenericForwardComposer {
|
|||
lsExcepcionPeaje = (ArrayList<ExcepcionPeaje>) Executions.getCurrent().getArg().get("lsExcepcionPeaje");
|
||||
isEdicao = (Boolean) Executions.getCurrent().getArg().get("isEdicao");
|
||||
|
||||
excepcionPeaje = excepcionPeajeService.obtenerID(excepcionPeaje.getExcepcionPeajeId());
|
||||
lsExcepcionPeajeVigencia = excepcionPeaje.getLsExcepcionPeajeVigencia();
|
||||
if(lsExcepcionPeajeVigencia != null){
|
||||
Collections.sort(lsExcepcionPeajeVigencia);
|
||||
|
|
Loading…
Reference in New Issue