Merge pull request 'fixes bug#AL-4578' (!590) from AL-4578 into master

Reviewed-on: adm/VentaBoletosAdm#590
Reviewed-by: Gleison da Cruz <gleison.cruz@totvs.com.br>
master 1.102.5
Gleison da Cruz 2024-07-10 07:05:04 +00:00
commit 0fd8e3801d
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.102.4</version>
<version>1.102.5</version>
<packaging>war</packaging>
<properties>

View File

@ -162,7 +162,7 @@ public class RelatorioBoletos extends Relatorio {
}
if(filtrarPendentes) {
sql.append(" AND fb.indboletoquitado is null ");
sql.append(" AND (fb.indboletoquitado is null or fb.indboletoquitado = 0) ");
}
sql.append(" ORDER BY nombempresa, p.numpuntoventa, fcc.fecfechamento ");