From b4bc6215f87c0d4da9b5eaad349935d1b8135bb1 Mon Sep 17 00:00:00 2001 From: walace Date: Thu, 7 Feb 2019 20:53:33 +0000 Subject: [PATCH] =?UTF-8?q?Para=20reproduzir=20=20a=20inconsist=C3=AAnci?= =?UTF-8?q?=20informada=20pelo=20cliente,=20foi=20utilizado=20os=20seguint?= =?UTF-8?q?es=20filtros=20no=20ambiente=20da=20aguia=20branca.=20Para=20se?= =?UTF-8?q?r=20mais=20especifico,=20os=20bilhetes=20eram=20adveto=20de=20u?= =?UTF-8?q?ma=20troca=20de=20impressao=20posterior?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit agencia: todas empresa : aguia branca data a venda 01/01/2018 - 01/01/2018 fixes bug#13278 qua:juliane dev:ramirez git-svn-id: http://desenvolvimento.rjconsultores.com.br/repositorio/sco/AdmVenta/Web/trunk/ventaboletos@89672 d1611594-4594-4d17-8e1d-87c2c4800839 --- .../ventaboletos/relatorios/impl/RelatorioGratuidade.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/java/com/rjconsultores/ventaboletos/relatorios/impl/RelatorioGratuidade.java b/src/java/com/rjconsultores/ventaboletos/relatorios/impl/RelatorioGratuidade.java index 93f7a8b2a..861c5ff08 100644 --- a/src/java/com/rjconsultores/ventaboletos/relatorios/impl/RelatorioGratuidade.java +++ b/src/java/com/rjconsultores/ventaboletos/relatorios/impl/RelatorioGratuidade.java @@ -293,7 +293,7 @@ public class RelatorioGratuidade extends Relatorio { sb.append(" when c.indstatusboleto = 'C' and c.motivocancelacion_id = 32 then 'DEVOLVIDO' "); sb.append(" when c.indstatusboleto = 'C' and c.motivocancelacion_id = 37 then 'CANCEC. EMERG' "); sb.append(" when c.indstatusboleto = 'E' and c.indreimpresion = 1 then 'ENTREGUE' "); - sb.append(" when c.indstatusboleto = 'T' and c.motivocancelacion_id = 10 or c.tipoventa_id = 8 then 'TROCA' "); + sb.append(" when (c.indstatusboleto = 'T' and c.motivocancelacion_id = 10 or c.tipoventa_id = 8) or (c.indstatusboleto = 'T' and c.tipoventa_id = 18) then 'TROCA' "); sb.append(" when c.indstatusboleto = 'T' and c.tipoventa_id = 81 or c.tipoventa_id = 81 then 'TRANSFERÊNCIA' " ); sb.append(" when c.indstatusboleto = 'T' and c.tipoventa_id = 82 then 'CONFIRM.ABERTO' " ); sb.append(" when c.indstatusboleto = 'C' and c.motivocancelacion_id = 10 then 'TROCA PASSAGEM' " );