fixes bug#23829

qua:
dev:



git-svn-id: http://desenvolvimento.rjconsultores.com.br/repositorio/sco/AdmVenta/Web/trunk/ventaboletos@110718 d1611594-4594-4d17-8e1d-87c2c4800839
master
walace 2022-02-02 22:54:43 +00:00
parent dbadb16179
commit 917b9e6ffd
1 changed files with 1 additions and 1 deletions

View File

@ -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() + "";