Skip to content

Commit

Permalink
Risoluzione piccole anomalie
Browse files Browse the repository at this point in the history
  • Loading branch information
rpucciarelli committed Jun 3, 2013
1 parent 1c7ca1d commit cdfbab7
Showing 1 changed file with 2 additions and 1 deletion.
Expand Up @@ -62,7 +62,8 @@ public void selezionaUO(ActionContext context, Integer esercizio, Unita_organizz
((CNRUserInfo)getUserInfo()).setEsercizio(esercizio);
if (uo != null){
getUserInfo().setUnita_organizzativa(uo);
cdr=(CdrBulk)getComponentSession().cdrDaUo(context.getUserContext(), uo);
if(cdr==null)
cdr=(CdrBulk)getComponentSession().cdrDaUo(context.getUserContext(), uo);
}
if (cdr != null)
getUserInfo().setCdr(cdr);
Expand Down

0 comments on commit cdfbab7

Please sign in to comment.