fixes bug #8826
git-svn-id: http://desenvolvimento.rjconsultores.com.br/repositorio/sco/AdmVenta/Web/trunk/ventaboletos@67793 d1611594-4594-4d17-8e1d-87c2c4800839master
parent
ef9dc7468c
commit
2f0a4101ea
|
@ -627,6 +627,7 @@ public class ConferenciaController extends MyGenericForwardComposer {
|
|||
boolean devolvidoAtualizado = false;
|
||||
|
||||
for (BoletoComissao b: boletosComissaos){
|
||||
log.info(b.toString());
|
||||
if (b.getIndCancelacion()){
|
||||
if (b.isMotivocancelacionDevolvido()){
|
||||
this.lsBilhetesDevolvidos.add(b);
|
||||
|
@ -764,15 +765,6 @@ public class ConferenciaController extends MyGenericForwardComposer {
|
|||
|
||||
private void carregarEventosFinanceiros(List<BoletoComissao> boletosComissaos) throws BusinessException {
|
||||
lsEventosFinanceiros = conferenciaComissaoService.carregarEventosFinanceiros(conferencia);
|
||||
for (EventosFinanceirosVO eventoFinanceiro : lsEventosFinanceiros) {
|
||||
for (BoletoComissao boletoComissao : boletosComissaos) {
|
||||
if(boletoComissao.getBoletoId()!=null &&boletoComissao.getBoletoId().equals(eventoFinanceiro.getBoletoId())){
|
||||
eventoFinanceiro.setNumFolioSistema(boletoComissao.getNumFolioSistema());
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
||||
}
|
||||
eventosFinanceirosList.setData(lsEventosFinanceiros);
|
||||
|
||||
totalCreditosEventoFinanceiros = BigDecimal.ZERO;
|
||||
|
|
Loading…
Reference in New Issue