- remoção da pesquisa por ponto de venda que não era utilizada
git-svn-id: http://desenvolvimento.rjconsultores.com.br/repositorio/sco/AdmVenta/Web/trunk/ventaboletos@47911 d1611594-4594-4d17-8e1d-87c2c4800839master
parent
ac200bd9cb
commit
e501e491a1
|
@ -58,7 +58,6 @@ public class BusquedaConfiguracionCancelacionController extends MyGenericForward
|
|||
private OrgaoConcedenteService orgaoConcedenteService;
|
||||
private MyListbox cancelacionCtrlList;
|
||||
private Paging pagingCancelacion;
|
||||
private List<PuntoVenta> lsPuntoVenta;
|
||||
private List<Marca> lsMarca;
|
||||
private List<MotivoCancelacion> lsMotivoCancelacion;
|
||||
private List<OrgaoConcedente> lsOrgaoConcedente;
|
||||
|
@ -85,14 +84,6 @@ public class BusquedaConfiguracionCancelacionController extends MyGenericForward
|
|||
this.lsMarca = lsMarca;
|
||||
}
|
||||
|
||||
public List<PuntoVenta> getLsPuntoVenta() {
|
||||
return lsPuntoVenta;
|
||||
}
|
||||
|
||||
public void setLsPuntoVenta(List<PuntoVenta> lsPuntoVenta) {
|
||||
this.lsPuntoVenta = lsPuntoVenta;
|
||||
}
|
||||
|
||||
public List<OrgaoConcedente> getLsOrgaoConcedente() {
|
||||
return lsOrgaoConcedente;
|
||||
}
|
||||
|
@ -107,12 +98,6 @@ public class BusquedaConfiguracionCancelacionController extends MyGenericForward
|
|||
|
||||
lsOrgaoConcedente = orgaoConcedenteService.obtenerTodos();
|
||||
|
||||
lsPuntoVenta = new ArrayList<PuntoVenta>();
|
||||
lsPuntoVenta.add(new PuntoVenta());
|
||||
lsPuntoVenta.addAll(puntoVentaService.obtenerTodos());
|
||||
//
|
||||
// lsMarca = new ArrayList<Marca>();
|
||||
// lsMarca.add(new Marca());
|
||||
lsMarca = marcaService.buscarMarcaPorEmpresa(UsuarioLogado.getUsuarioLogado().getEmpresa());
|
||||
|
||||
lsMotivoCancelacion = new ArrayList<MotivoCancelacion>();
|
||||
|
|
Loading…
Reference in New Issue