Merge pull request 'Bolivariano - Ajuste relatório saldo de contrato. Fixes bug#AL-5055' (!777) from AL-5055 into master
Reviewed-on: adm/VentaBoletosAdm#777 Reviewed-by: fabio <fabio.faria@rjconsultores.com.br>master 1.153.1
commit
5986fb03fb
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.153.0</version>
|
<version>1.153.1</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