From a1bad2dcf0190f75c4d23653aa2b0d70c3c4298d Mon Sep 17 00:00:00 2001 From: nik Date: Tue, 20 Feb 1996 09:28:25 +0000 Subject: [PATCH] Aggiunta inizializzazione variabile git-svn-id: svn://10.65.10.50/trunk@2618 c028cbd2-c16b-5b4b-a496-9718f37d4682 --- cg/cg4300.cpp | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/cg/cg4300.cpp b/cg/cg4300.cpp index 0e339efaa..d45c3d7ce 100755 --- a/cg/cg4300.cpp +++ b/cg/cg4300.cpp @@ -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);