fixes bug#AL-4409

master
Gleison da Cruz 2024-05-29 11:37:38 -03:00
parent 9e65b36eee
commit 2480e32ef9
2 changed files with 1 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.79.1</version>
<version>1.79.2</version>
<packaging>war</packaging>
<properties>

View File

@ -448,7 +448,6 @@ public class RelatorioGratuidade extends Relatorio {
sb.append(" JOIN orgao_concedente og ON og.orgaoconcedente_id = r.orgaoconcedente_id");
sb.append(" LEFT JOIN bpe bpe on bpe.boleto_id = c.transacao_id ");
sb.append(" LEFT JOIN cambio_titularidad ct on ct.boleto_id = c.transacao_id ");
sb.append(" LEFT JOIN bpe bpe on bpe.boleto_id = c.transacao_id ");
sb.append(" WHERE 1=1 ");
sb.append(" and c.motivoreimpresion_id is null ");
sb.append(" and (c.motivocancelacion_id IN (");