Sistemato errore MI0053 liquidazione (calcolo rimborso infraannuale)
git-svn-id: svn://10.65.10.50/trunk@515 c028cbd2-c16b-5b4b-a496-9718f37d4682
This commit is contained in:
parent
34f0c931ef
commit
f4b7533179
@ -886,17 +886,17 @@ _DescrItem* CG4300_App::recalc_rimborso(int month, const char* codatts)
|
|||||||
d->_r7 = ala * CENTO;
|
d->_r7 = ala * CENTO;
|
||||||
}
|
}
|
||||||
|
|
||||||
if (rimborsami)
|
// if (rimborsami)
|
||||||
{
|
// {
|
||||||
// il rimborso viene chiesto automaticamente
|
// il rimborso NON viene chiesto
|
||||||
look_lim(month);
|
// look_lim(month);
|
||||||
real cred = _lim->get_real("R0");
|
// real cred = _lim->get_real("R0");
|
||||||
if (cred.sign() < 0)
|
// if (cred.sign() < 0)
|
||||||
{
|
// {
|
||||||
_lim->put("R1",abs(cred));
|
// _lim->put("R1",abs(cred));
|
||||||
_lim->rewrite();
|
// _lim->rewrite();
|
||||||
}
|
// }
|
||||||
}
|
// }
|
||||||
|
|
||||||
return d;
|
return d;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user