Skip to content

Commit

Permalink
BugID: 1050 - Modifiche Articolo 18
Browse files Browse the repository at this point in the history
  • Loading branch information
mspasiano committed Jan 2, 2013
1 parent a4f4408 commit d972489
Showing 1 changed file with 2 additions and 1 deletion.
Expand Up @@ -467,7 +467,8 @@ public void update(ActionContext actioncontext)
throw handleException(e);
}
Node node = contrattoService.getFolderContratto((ContrattoBulk) getModel());
contrattoService.updateProperties(getModel(), node);
if (node != null)
contrattoService.updateProperties(getModel(), node);
}

@Override
Expand Down

0 comments on commit d972489

Please sign in to comment.