Para reproduzir a inconsistênci informada pelo cliente, foi utilizado os seguintes filtros no ambiente da aguia branca.

Para ser mais especifico, os bilhetes eram adveto de uma troca de impressao posterior 

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
master
walace 2019-02-07 20:53:33 +00:00
parent 418c9d5943
commit b4bc6215f8
1 changed files with 1 additions and 1 deletions

View File

@ -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' " );