Aggiunta inizializzazione variabile

git-svn-id: svn://10.65.10.50/trunk@2618 c028cbd2-c16b-5b4b-a496-9718f37d4682
This commit is contained in:
nik 1996-02-20 09:28:25 +00:00
parent 3b0631ed9c
commit a1bad2dcf0

View File

@ -30,7 +30,8 @@ _year(4), _nomiditte(100), _menu(m), _firm_bookmark(-1)
_isvent = _isagricolo = _isbenzinaro = _isviaggio = FALSE;
_row = 1; _what = all; _comp_acconto = FALSE;
_isriepilogo = FALSE; _calcall = FALSE;
_isfinal = _isregis = FALSE;
_isfinal = _isregis = FALSE;
_stampa_vers = _stampa_acc = FALSE;
_recalc = needed;
}
@ -263,7 +264,7 @@ bool TLiquidazione_app::user_create()
// riaggiusta relazione
_nditte->read();
for (int mese = 1; mese < _month; mese++) // fino a 13 compreso
for (int mese = 1; mese < _month; mese++)
if (is_month_plain(mese) || _recalc == ever)
update_firm(mese);