fixes bug#AL-4578
parent
9471b2943c
commit
da0ee2f4bc
2
pom.xml
2
pom.xml
|
@ -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>
|
||||
|
|
|
@ -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 ");
|
||||
|
|
Loading…
Reference in New Issue