From da6c2c303dcea5ec957029f85e88fed3d9a6f017 Mon Sep 17 00:00:00 2001 From: "bruno.neves" Date: Mon, 6 Nov 2017 19:44:06 +0000 Subject: [PATCH] =?UTF-8?q?fixes=20bug=200010007=20-commit=20das=20altera?= =?UTF-8?q?=C3=A7=C3=B5es=20do=20relatorio=20na=20trunk?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit git-svn-id: http://desenvolvimento.rjconsultores.com.br/repositorio/sco/AdmVenta/Web/trunk/ventaboletos@76065 d1611594-4594-4d17-8e1d-87c2c4800839 --- .../gui/controladores/comissao/ConferenciaController.java | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/src/java/com/rjconsultores/ventaboletos/web/gui/controladores/comissao/ConferenciaController.java b/src/java/com/rjconsultores/ventaboletos/web/gui/controladores/comissao/ConferenciaController.java index fed0c2214..f4959ea5c 100644 --- a/src/java/com/rjconsultores/ventaboletos/web/gui/controladores/comissao/ConferenciaController.java +++ b/src/java/com/rjconsultores/ventaboletos/web/gui/controladores/comissao/ConferenciaController.java @@ -92,8 +92,6 @@ public class ConferenciaController extends MyGenericForwardComposer { private String puntoventa; private Conferencia conferencia; - //Variável de controle que indica se já passou pela criação do grid. - private Boolean jaPassou = false; private MyListbox ecfListBox; @@ -439,12 +437,10 @@ public class ConferenciaController extends MyGenericForwardComposer { List com = lstm.getChildren(); for (Component component : com) { Listcell listCell = (Listcell) component; - Boolean tes = listCell.getFirstChild() instanceof Checkbox; if (listCell.getFirstChild() instanceof Checkbox) { Checkbox chk = (Checkbox) component.getFirstChild(); if (boletoComissao.isConferido() && boletoComissao.getLogconferenciaId() == null) { gravarLogConferenciaBilhete(bilhetesList, boletoComissao, tabBilhetesVenda, "conferenciaController.tab.bilhetes"); - //chk.setChecked(getCheckedVenta(boletoComissao)); } chk.setDisabled(getEnableDisableCheckBox(boletoComissao.getConferencia())); @@ -462,7 +458,7 @@ public class ConferenciaController extends MyGenericForwardComposer { } } - jaPassou = true; + } }); @@ -784,7 +780,6 @@ public class ConferenciaController extends MyGenericForwardComposer { } private void carregarBilhetesVendidos(List boletosComissaos, boolean carregarDadosFaltantes) throws BusinessException { - jaPassou = false; if (isPeriodo) { lsBilhetes = conferenciaComissaoService.carregarBilhetesComissao(boletosComissaos, conferencias, BoletoStatusComissao.BOLETOS_VENDIDOS, carregarDadosFaltantes); } else {