fixes bug#AL-3720
parent
1305afcf7a
commit
0c71e9120e
|
@ -906,7 +906,7 @@ public class BoletoComissao {
|
|||
return false;
|
||||
}
|
||||
|
||||
if(!(isVendaGap(getTipoVenta()) && !isVendaBilheteTransferencia(getTipoVenta()))) {
|
||||
if((!isVendaGap(getTipoVenta()) && !isVendaBilheteTransferencia(getTipoVenta())) || !(!isVendaGap(getTipoVenta()) && !isVendaBilheteTransferencia(getTipoVenta()))) {
|
||||
return false;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue