Evidencia em anexa.
No campo: deposito.... não está sendo subtraido o R$88,00. Alinhado com a Juliane. Sera revisto no conta corrente este valor fixes bug#AL-1729 qua: dev: git-svn-id: http://desenvolvimento.rjconsultores.com.br/repositorio/sco/AdmVenta/Model/trunk/modelWeb@115259 d1611594-4594-4d17-8e1d-87c2c4800839master
parent
c529ac8732
commit
857188fa9d
|
@ -845,12 +845,8 @@ public class BoletoComissao {
|
|||
if(isVendaGap(getTipoVenta()) && !isStatusEntregue()) {
|
||||
return false;
|
||||
}
|
||||
|
||||
if(isVendaBilheteTransferencia(getTipoVenta())) {
|
||||
return false;
|
||||
}
|
||||
|
||||
return isStatusVendido() || isStatusTroca() || isStatusEntregue();
|
||||
|
||||
return isStatusVendido() || isStatusTroca() || isStatusEntregue() || isVendaBilheteTransferencia(getTipoVenta());
|
||||
}
|
||||
public boolean isQuitacaoOCD() {
|
||||
if(getMotivoCancelacionId() != null){
|
||||
|
|
Loading…
Reference in New Issue