Skip to content

Commit

Permalink
Risoluzione piccole anomalie
Browse files Browse the repository at this point in the history
  • Loading branch information
rpucciarelli committed Mar 27, 2013
1 parent 6f7a331 commit a228611
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -430,7 +430,7 @@ public RemoteIterator cercaSospesiDiChiusuraFondo(

//Errore segnalato. Il controllo sull'importo è rimanadato
//alla reversale di chiusura 03/12/2003
sql.addSQLClause("AND", "(IM_SOSPESO - IM_ASSOCIATO)", sql.GREATER_EQUALS, fondo.getIm_residuo_fondo());
sql.addSQLClause("AND", "(IM_SOSPESO - IM_ASSOCIATO)", sql.GREATER_EQUALS, fondo.getIm_residuo_fondo().subtract(fondo.getIm_totale_netto_spese()));
// r.p. 12/02/2013 la condizione precedente era commentata
sql.addClause("AND", "stato_sospeso", sql.EQUALS, SospesoBulk.STATO_SOSP_ASS_A_CDS);
sql.addClause("AND", "fl_stornato", sql.EQUALS, Boolean.FALSE);
Expand Down

0 comments on commit a228611

Please sign in to comment.