wilian 2017-03-29 19:49:49 +00:00
parent 5345139af2
commit 8fa48a8b15
1 changed files with 2 additions and 1 deletions

View File

@ -411,7 +411,8 @@ public class BoletoComissao {
} else if (isMotivocancelacionTransferido()) {
return "TRANSFERIDO";
}
}
}
if (isStatusTroca()) {
if (isVendaBilheteTroca(getTipoVenta()) || isVendaGap(getTipoVenta())) {
return "B. DA TROCA";