Skip to content

Commit

Permalink
Risoluzione piccole anomalie
Browse files Browse the repository at this point in the history
  • Loading branch information
rpucciarelli committed May 3, 2013
1 parent 307f790 commit 5c31fc0
Showing 1 changed file with 3 additions and 1 deletion.
Expand Up @@ -60,8 +60,10 @@ public void selezionaUO(ActionContext context, Integer esercizio, Unita_organizz

if (esercizio!=null)
((CNRUserInfo)getUserInfo()).setEsercizio(esercizio);
if (uo != null)
if (uo != null){
getUserInfo().setUnita_organizzativa(uo);
cdr=(CdrBulk)getComponentSession().cdrDaUo(context.getUserContext(), uo);
}
if (cdr != null)
getUserInfo().setCdr(cdr);

Expand Down

0 comments on commit 5c31fc0

Please sign in to comment.