fixes bug#AL-4409
parent
9e65b36eee
commit
2480e32ef9
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.79.1</version>
|
||||
<version>1.79.2</version>
|
||||
<packaging>war</packaging>
|
||||
|
||||
<properties>
|
||||
|
|
|
@ -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 (");
|
||||
|
|
Loading…
Reference in New Issue