gleimar 2015-07-07 14:01:43 +00:00
parent 06a127a31f
commit 197dd09a07
1 changed files with 1 additions and 1 deletions

View File

@ -91,7 +91,7 @@ public class EditarFormapagoEmpresaController extends MyGenericForwardComposer
if (formapagoEmpresa.getFiscalformapagoempresaId() == null){ if (formapagoEmpresa.getFiscalformapagoempresaId() == null){
btnApagar.setVisible(Boolean.FALSE); btnApagar.setVisible(Boolean.FALSE);
}else{ }else{
radVinculado.setSelected(formapagoEmpresa.getIndVinculado()); radVinculado.setSelected( (formapagoEmpresa.getIndVinculado() == null) ?false:formapagoEmpresa.getIndVinculado());
} }
} }