fixes bug 0010007 -commit das alterações do relatorio na trunk

git-svn-id: http://desenvolvimento.rjconsultores.com.br/repositorio/sco/AdmVenta/Web/trunk/ventaboletos@76065 d1611594-4594-4d17-8e1d-87c2c4800839
master
bruno.neves 2017-11-06 19:44:06 +00:00
parent df684e608b
commit da6c2c303d
1 changed files with 1 additions and 6 deletions

View File

@ -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<Component> 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<BoletoComissao> boletosComissaos, boolean carregarDadosFaltantes) throws BusinessException {
jaPassou = false;
if (isPeriodo) {
lsBilhetes = conferenciaComissaoService.carregarBilhetesComissao(boletosComissaos, conferencias, BoletoStatusComissao.BOLETOS_VENDIDOS, carregarDadosFaltantes);
} else {