fixes bug#AL-3771

master
wallace.henrique 2024-02-02 18:05:01 -03:00
parent 6f2e89c472
commit ff13bde1a5
2 changed files with 2 additions and 2 deletions

View File

@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion> <modelVersion>4.0.0</modelVersion>
<groupId>br.com.rjconsultores</groupId> <groupId>br.com.rjconsultores</groupId>
<artifactId>ModelWeb</artifactId> <artifactId>ModelWeb</artifactId>
<version>1.36.1</version> <version>1.36.2</version>
<distributionManagement> <distributionManagement>
<repository> <repository>

View File

@ -906,7 +906,7 @@ public class BoletoComissao {
return false; return false;
} }
if((!isVendaGap(getTipoVenta()) && !isVendaBilheteTransferencia(getTipoVenta())) || !(!isVendaGap(getTipoVenta()) && !isVendaBilheteTransferencia(getTipoVenta()))) { if((!isVendaGap(getTipoVenta()) && !isVendaBilheteTransferencia(getTipoVenta()))) {
return false; return false;
} }