rafael.henrique 2017-06-14 20:43:52 +00:00
parent f5ab4011fd
commit f4f399ef13
1 changed files with 1 additions and 1 deletions

View File

@ -1089,7 +1089,7 @@ public class ConferenciaController extends MyGenericForwardComposer {
private boolean isObservacaoLancada(BoletoComissao boletoComissao) { private boolean isObservacaoLancada(BoletoComissao boletoComissao) {
for (LogConferenciaVO logConferencia : lsLogsConferencia) { for (LogConferenciaVO logConferencia : lsLogsConferencia) {
if (boletoComissao.getBoletoId().equals(logConferencia.getBoletoId())) { if (boletoComissao.getCajaId().equals(logConferencia.getCajaId())) {
return true; return true;
} }
} }