Skip to content

Commit

Permalink
Aggiornamento progetti
Browse files Browse the repository at this point in the history
  • Loading branch information
raffaelepagano committed Oct 8, 2018
1 parent c0b3eed commit 00c62dc
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -1290,7 +1290,7 @@ public void checkDispPianoEconomicoProgetto(UserContext userContext, Pdg_modulo_
throw new ApplicationException(
"Impossibile effettuare l'operazione !\n"+
"L'importo finanziato del progetto "+(e.getEsercizio_piano().equals(0)?"":"per l'esercizio "+e.getEsercizio_piano())+
" non corrisponde all'importo totale della previsione " +
" non corrisponde all'importo totale fonti esterne della previsione " +
"(diff: "+new it.cnr.contab.util.EuroFormat().format(dispResiduaFin.abs())+").");

BigDecimal dispResiduaCofin = saldo.getDispResiduaCofinanziamento();
Expand Down

0 comments on commit 00c62dc

Please sign in to comment.