From 415fd7b771b0dbc25cd4d686ff140b6f413ac80b Mon Sep 17 00:00:00 2001 From: "gleison.cruz" Date: Tue, 20 Dec 2022 14:53:58 -0300 Subject: [PATCH] fixes bug#AL-1558 acerto no Encoding --- .../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 10771610e..cf4502de1 100644 --- a/src/java/com/rjconsultores/ventaboletos/relatorios/impl/RelatorioGratuidade.java +++ b/src/java/com/rjconsultores/ventaboletos/relatorios/impl/RelatorioGratuidade.java @@ -315,7 +315,7 @@ public class RelatorioGratuidade extends Relatorio { sb.append(" or (c.indstatusboleto = 'T' and c.motivocancelacion_id is null and c.tipoventa_id = 8 and (bpe.tipoevento is null or bpe.tipoevento <> :bpeEventoAlteracaoPoltrona)) "); sb.append(" then 'TROCA' "); sb.append(" when c.indstatusboleto = 'T' and c.motivocancelacion_id is null and bpe.tipoevento = :bpeEventoAlteracaoPoltrona then 'TROCA POLTRONA' "); - sb.append(" when c.indstatusboleto = 'T' and c.tipoventa_id = 81 then 'TRANSFER�NCIA' " ); + sb.append(" when c.indstatusboleto = 'T' and 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' " );