Skip to content

Commit

Permalink
Aggiornamenti
Browse files Browse the repository at this point in the history
  • Loading branch information
raffaelepagano committed May 14, 2019
1 parent dbeb4c3 commit 3617091
Showing 1 changed file with 3 additions and 1 deletion.
Expand Up @@ -539,8 +539,10 @@ private ProgettoBulk getProgettoRimodulato(Progetto_rimodulazioneBulk rimodulazi
.findFirst().orElse(null);

if (ppeRimVoc.isDetailRimodulatoEliminato()) {
if (Optional.ofNullable(ppeVocStorage).isPresent())
if (Optional.ofNullable(ppeVocStorage).isPresent()){
ppeVocStorage.setToBeDeleted();
ppe.removeFromVociBilancioAssociate(ppe.getVociBilancioAssociate().indexOf(ppeVocStorage));
}
} else {
if (!Optional.ofNullable(ppeVocStorage).isPresent()) {
Ass_progetto_piaeco_voceBulk newPpeVoc = new Ass_progetto_piaeco_voceBulk();
Expand Down

0 comments on commit 3617091

Please sign in to comment.