Skip to content

Commit

Permalink
Corretta anomalia su approvazione
Browse files Browse the repository at this point in the history
  • Loading branch information
gianfranco.gasparro committed Feb 11, 2016
1 parent ae62441 commit 90c0803
Showing 1 changed file with 3 additions and 1 deletion.
Expand Up @@ -262,7 +262,9 @@ else if (!rigaVar.getCd_cds_area().equals(rigaVar.getCdr_assegnatario().getCd_cd
}

OggettoBulk assPdg = super.modificaConBulk(userContext, oggettobulk);
createDocumentForVariazioneLiquidazioneIVA(userContext, ass.getPdg_variazione());
if (ass.getPdg_variazione().isApprovata()){
createDocumentForVariazioneLiquidazioneIVA(userContext, ass.getPdg_variazione());
}
return assPdg;
} catch (PersistencyException e) {
throw new ComponentException(e);
Expand Down

0 comments on commit 90c0803

Please sign in to comment.