fixes bug #10020
git-svn-id: http://desenvolvimento.rjconsultores.com.br/repositorio/sco/AdmVenta/Model/trunk/modelWeb@76005 d1611594-4594-4d17-8e1d-87c2c4800839master
parent
f6a2be3f44
commit
1e3dad0a1d
|
@ -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;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue