Bolivariano - Ajuste relatório saldo de contrato. Fixes bug#AL-5055
parent
db53cc2ab1
commit
08c34b07b7
2
pom.xml
2
pom.xml
|
@ -4,7 +4,7 @@
|
||||||
<modelVersion>4.0.0</modelVersion>
|
<modelVersion>4.0.0</modelVersion>
|
||||||
<groupId>br.com.rjconsultores</groupId>
|
<groupId>br.com.rjconsultores</groupId>
|
||||||
<artifactId>ventaboletosadm</artifactId>
|
<artifactId>ventaboletosadm</artifactId>
|
||||||
<version>1.152.15</version>
|
<version>1.152.16</version>
|
||||||
<packaging>war</packaging>
|
<packaging>war</packaging>
|
||||||
|
|
||||||
<properties>
|
<properties>
|
||||||
|
|
|
@ -102,7 +102,7 @@ public class RelatorioSaldosDeContratos extends Relatorio {
|
||||||
sb.append(" where cc2.eventoextra_id is not null ");
|
sb.append(" where cc2.eventoextra_id is not null ");
|
||||||
sb.append(" group by cc2.contrato_id) a on a.contrato_id = c.contrato_id ");
|
sb.append(" group by cc2.contrato_id) a on a.contrato_id = c.contrato_id ");
|
||||||
sb.append(" left join caixa_contrato cc on cc.contrato_id = c.contrato_id ");
|
sb.append(" left join caixa_contrato cc on cc.contrato_id = c.contrato_id ");
|
||||||
sb.append(" left join cliente_corporativo cli on cli.clientecorporativo_id = cli.clientecorporativo_id ");
|
sb.append(" left join cliente_corporativo cli on cli.clientecorporativo_id = c.clientecorporativo_id ");
|
||||||
sb.append(" where c.activo = 1 ");
|
sb.append(" where c.activo = 1 ");
|
||||||
|
|
||||||
if(dataInicial != null && dataFinal != null){
|
if(dataInicial != null && dataFinal != null){
|
||||||
|
|
Loading…
Reference in New Issue