Patch level : 12.0 390
Files correlati : tf Commento : Sistemata sottrazione per credito precedente negativo git-svn-id: svn://10.65.10.50/branches/R_10_00@23801 c028cbd2-c16b-5b4b-a496-9718f37d4682
This commit is contained in:
parent
f33c4defc7
commit
e6cd4e49da
@ -207,7 +207,7 @@ void calcolaCreditoPrec(real& creprec, real& creaprec, bool mensile, int anno, i
|
||||
/* Se ho esaurito il credito del periodo precedente lo sottraggo a quello dell'anno precedente e lo azzero */
|
||||
if(creprec < ZERO)
|
||||
{
|
||||
creaprec -= creprec;
|
||||
creaprec += creprec;
|
||||
creprec = ZERO;
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user