fixes bug#6446
git-svn-id: http://desenvolvimento.rjconsultores.com.br/repositorio/sco/AdmVenta/Web/trunk/ventaboletos@45817 d1611594-4594-4d17-8e1d-87c2c4800839master
parent
06a127a31f
commit
197dd09a07
|
@ -91,7 +91,7 @@ public class EditarFormapagoEmpresaController extends MyGenericForwardComposer
|
|||
if (formapagoEmpresa.getFiscalformapagoempresaId() == null){
|
||||
btnApagar.setVisible(Boolean.FALSE);
|
||||
}else{
|
||||
radVinculado.setSelected(formapagoEmpresa.getIndVinculado());
|
||||
radVinculado.setSelected( (formapagoEmpresa.getIndVinculado() == null) ?false:formapagoEmpresa.getIndVinculado());
|
||||
}
|
||||
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue