walace 2017-11-03 12:01:30 +00:00
parent 1e3dad0a1d
commit 8d1e2141f0
1 changed files with 1 additions and 1 deletions

View File

@ -849,7 +849,7 @@ public class BoletoComissao {
return isStatusVendido() || isStatusTroca() || isStatusEntregue();
}
public boolean isQuitacaoOCD() {
if(motivoCancelacionId != null){
if(getMotivoCancelacionId() != null){
if(getMotivoCancelacionId() == Constantes.MVO_CANCEL_QUITACAO_OCD.intValue()){
return true;
}