fixes bug #7985
git-svn-id: http://desenvolvimento.rjconsultores.com.br/repositorio/sco/AdmVenta/Web/trunk/ventaboletos@62461 d1611594-4594-4d17-8e1d-87c2c4800839master
parent
6000cb6e6c
commit
0bc77152a9
|
@ -18,14 +18,17 @@ public class RenderEventosFinanceiros implements ListitemRenderer {
|
||||||
eventosFinanceiros.setConferido(eventosFinanceiros.getLogconferenciaId() != null);
|
eventosFinanceiros.setConferido(eventosFinanceiros.getLogconferenciaId() != null);
|
||||||
|
|
||||||
Listcell lc = new Listcell();
|
Listcell lc = new Listcell();
|
||||||
if((eventosFinanceiros.getExigeConferenciaAba() != null && eventosFinanceiros.getExigeConferenciaAba()) || eventosFinanceiros.isExigeConferencia()) {
|
if ((eventosFinanceiros.getExigeConferenciaAba() != null && eventosFinanceiros.getExigeConferenciaAba()) || eventosFinanceiros.isExigeConferencia()) {
|
||||||
Checkbox chk = new Checkbox();
|
Checkbox chk = new Checkbox();
|
||||||
chk.setId(eventosFinanceiros.getEventoextraId()+"_"+eventosFinanceiros.getComempformapagoId());
|
chk.setId(eventosFinanceiros.getEventoextraId() + "_" + eventosFinanceiros.getComempformapagoId());
|
||||||
chk.setChecked(eventosFinanceiros.isConferido());
|
chk.setChecked(eventosFinanceiros.isConferido());
|
||||||
chk.setParent(lc);
|
chk.setParent(lc);
|
||||||
}
|
}
|
||||||
lc.setParent(lstm);
|
lc.setParent(lstm);
|
||||||
|
|
||||||
|
lc = new Listcell(eventosFinanceiros.getBoletoId() != null ? eventosFinanceiros.getBoletoId().toString() : "");
|
||||||
|
lc.setParent(lstm);
|
||||||
|
|
||||||
lc = new Listcell(eventosFinanceiros.getNumdocumento());
|
lc = new Listcell(eventosFinanceiros.getNumdocumento());
|
||||||
lc.setParent(lstm);
|
lc.setParent(lstm);
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue