Patch level : 12.0 308

Files correlati     : 
Commento            :

Eliminato dal commit

git-svn-id: svn://10.65.10.50/branches/R_10_00@23415 c028cbd2-c16b-5b4b-a496-9718f37d4682
This commit is contained in:
bonazzi 2016-12-02 00:18:10 +00:00
parent 3c9e122db8
commit 630d4a7d63

View File

@ -103,7 +103,7 @@ bool TLiquidazione_app::recalc_all()
* --------------------------------------------------------------
*/
/* int need_refresh = false;
int need_refresh = false;
if (_recalc != ever)
{
int m = _month == 13 ? _month : 1;
@ -129,14 +129,12 @@ bool TLiquidazione_app::recalc_all()
{
if (is_month_plain(m) || _recalc == ever)
update_firm(m);
} */
}
if (is_month_plain(_month))
update_firm(_month);
// se ci sono altri mesi dopo l'ultimo calcolato, invalida il
// flag 'calcolato' del primo, per causare il ricalcolo dei
// successivi (evitando problemi per credito precedente)
for (int m = _month+1; m <= 13; m++)
for (m = _month+1; m <= 13; m++)
{
TRectype lim = get_lim(m);
@ -707,6 +705,7 @@ static bool partita_chiusa_al(const TPartita& p, const TDate& d)
return c;
}
static void LOG_IVA_DIFF(const TRectype& id)
{
#ifndef NDEBUG