fixes bug#23829
qua: dev: git-svn-id: http://desenvolvimento.rjconsultores.com.br/repositorio/sco/AdmVenta/Web/trunk/ventaboletos@110718 d1611594-4594-4d17-8e1d-87c2c4800839master
parent
dbadb16179
commit
917b9e6ffd
|
@ -18,7 +18,7 @@ public class RenderEventosFinanceiros implements ListitemRenderer {
|
||||||
@Override
|
@Override
|
||||||
public void render(Listitem lstm, Object o) throws Exception {
|
public void render(Listitem lstm, Object o) throws Exception {
|
||||||
EventosFinanceirosVO eventosFinanceiros = (EventosFinanceirosVO) o;
|
EventosFinanceirosVO eventosFinanceiros = (EventosFinanceirosVO) o;
|
||||||
eventosFinanceiros.setConferido(eventosFinanceiros.getLogconferenciaId() != null);
|
eventosFinanceiros.setConferido(eventosFinanceiros.getLogconferenciaId() != null && eventosFinanceiros.getLogconferenciaId() > 0);
|
||||||
|
|
||||||
Random gerador = new Random();
|
Random gerador = new Random();
|
||||||
String name = gerador.nextInt() + "";
|
String name = gerador.nextInt() + "";
|
||||||
|
|
Loading…
Reference in New Issue