fixes bug#9067
git-svn-id: http://desenvolvimento.rjconsultores.com.br/repositorio/sco/AdmVenta/Web/trunk/ventaboletos@69957 d1611594-4594-4d17-8e1d-87c2c4800839master
parent
f5ab4011fd
commit
f4f399ef13
|
@ -1089,7 +1089,7 @@ public class ConferenciaController extends MyGenericForwardComposer {
|
|||
|
||||
private boolean isObservacaoLancada(BoletoComissao boletoComissao) {
|
||||
for (LogConferenciaVO logConferencia : lsLogsConferencia) {
|
||||
if (boletoComissao.getBoletoId().equals(logConferencia.getBoletoId())) {
|
||||
if (boletoComissao.getCajaId().equals(logConferencia.getCajaId())) {
|
||||
return true;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue