walace 2017-11-03 11:52:17 +00:00
parent f6a2be3f44
commit 1e3dad0a1d
1 changed files with 1 additions and 1 deletions

View File

@ -850,7 +850,7 @@ public class BoletoComissao {
}
public boolean isQuitacaoOCD() {
if(motivoCancelacionId != null){
if(motivoCancelacionId.equals(35)){
if(getMotivoCancelacionId() == Constantes.MVO_CANCEL_QUITACAO_OCD.intValue()){
return true;
}
}