fixes bug #8826
fixes bug #8816 git-svn-id: http://desenvolvimento.rjconsultores.com.br/repositorio/sco/AdmVenta/Model/trunk/modelWeb@67361 d1611594-4594-4d17-8e1d-87c2c4800839master
parent
5345139af2
commit
8fa48a8b15
|
@ -412,6 +412,7 @@ public class BoletoComissao {
|
||||||
return "TRANSFERIDO";
|
return "TRANSFERIDO";
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
if (isStatusTroca()) {
|
if (isStatusTroca()) {
|
||||||
if (isVendaBilheteTroca(getTipoVenta()) || isVendaGap(getTipoVenta())) {
|
if (isVendaBilheteTroca(getTipoVenta()) || isVendaGap(getTipoVenta())) {
|
||||||
return "B. DA TROCA";
|
return "B. DA TROCA";
|
||||||
|
|
Loading…
Reference in New Issue