fixes bug#AL-3720

master
wallace.henrique 2024-01-17 13:25:00 -03:00
parent 1305afcf7a
commit 0c71e9120e
1 changed files with 1 additions and 1 deletions

View File

@ -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;
}