Erro SQL do rel forma pagamento fixes bug#AL-4118' (!472) from AL-4118 into master

Reviewed-on: adm/VentaBoletosAdm#472
Reviewed-by: Valdir Cordeiro <valdir.cordeiro@totvs.com.br>
master 1.63.1
fabio 2024-04-08 13:57:59 +00:00
commit 8466261b2a
2 changed files with 2 additions and 2 deletions

View File

@ -4,7 +4,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>br.com.rjconsultores</groupId>
<artifactId>ventaboletosadm</artifactId>
<version>1.63.0</version>
<version>1.63.1</version>
<packaging>war</packaging>
<properties>

View File

@ -59,7 +59,7 @@ public class RelatorioFormaPagamentoAgenciaNovo extends RelatorioDemandas {
sql.append(" AND c.fechorventa <= :dataFinal " );
if (empresa != null) {
sql.append(" AND c.empresa_id = :empresaId ");
sql.append(" AND m.empresa_id = :empresaId ");
}
if (agencia != null) {