Fixes Bug #0010012
git-svn-id: http://desenvolvimento.rjconsultores.com.br/repositorio/sco/AdmVenta/Web/trunk/ventaboletos@75705 d1611594-4594-4d17-8e1d-87c2c4800839master
parent
0c8b7e87aa
commit
b80d0fc6e3
|
@ -186,7 +186,7 @@ public class RelatorioOCDNaoResgatadaEmpresa extends Relatorio {
|
||||||
}
|
}
|
||||||
|
|
||||||
if (empresaId != null) {
|
if (empresaId != null) {
|
||||||
sql.append(" and E.EMPRESA_ID = :empresaId ");
|
sql.append(" and M.EMPRESA_ID = :empresaId ");
|
||||||
}
|
}
|
||||||
|
|
||||||
if(StringUtils.isNotBlank(numoperacion)){
|
if(StringUtils.isNotBlank(numoperacion)){
|
||||||
|
|
Loading…
Reference in New Issue