fixed bug #6971 - correção das ordenações dos itens 76 e 115
git-svn-id: http://desenvolvimento.rjconsultores.com.br/repositorio/sco/AdmVenta/Web/trunk/ventaboletos@52503 d1611594-4594-4d17-8e1d-87c2c4800839master
parent
e2271bd413
commit
665c2ae686
|
@ -59,7 +59,6 @@ import com.rjconsultores.ventaboletos.entidad.RutaEmpresa;
|
|||
import com.rjconsultores.ventaboletos.entidad.RutaSecuencia;
|
||||
import com.rjconsultores.ventaboletos.entidad.Tramo;
|
||||
import com.rjconsultores.ventaboletos.entidad.TramoServicio;
|
||||
import com.rjconsultores.ventaboletos.entidad.TramoTiempo;
|
||||
import com.rjconsultores.ventaboletos.entidad.Via;
|
||||
import com.rjconsultores.ventaboletos.exception.BusinessException;
|
||||
import com.rjconsultores.ventaboletos.service.ClaseServicioService;
|
||||
|
|
|
@ -70,8 +70,7 @@ public class EditarSecuenciaController extends MyGenericForwardComposer{
|
|||
casetaPeajeList.setItemRenderer(new RenderCasetaPeaje());
|
||||
// lsCasetaPeaje = new ArrayList<CasetaPeaje>();
|
||||
|
||||
lsTodasCasetasPeaje = casetaPeajeService.obtenerTodos();
|
||||
|
||||
lsTodasCasetasPeaje = casetaPeajeService.buscarTodosOrdenadoPorDescricao();
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue