Aggiunta inizializzazione variabile
git-svn-id: svn://10.65.10.50/trunk@2618 c028cbd2-c16b-5b4b-a496-9718f37d4682
This commit is contained in:
parent
3b0631ed9c
commit
a1bad2dcf0
@ -30,7 +30,8 @@ _year(4), _nomiditte(100), _menu(m), _firm_bookmark(-1)
|
|||||||
_isvent = _isagricolo = _isbenzinaro = _isviaggio = FALSE;
|
_isvent = _isagricolo = _isbenzinaro = _isviaggio = FALSE;
|
||||||
_row = 1; _what = all; _comp_acconto = FALSE;
|
_row = 1; _what = all; _comp_acconto = FALSE;
|
||||||
_isriepilogo = FALSE; _calcall = FALSE;
|
_isriepilogo = FALSE; _calcall = FALSE;
|
||||||
_isfinal = _isregis = FALSE;
|
_isfinal = _isregis = FALSE;
|
||||||
|
_stampa_vers = _stampa_acc = FALSE;
|
||||||
_recalc = needed;
|
_recalc = needed;
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -263,7 +264,7 @@ bool TLiquidazione_app::user_create()
|
|||||||
// riaggiusta relazione
|
// riaggiusta relazione
|
||||||
_nditte->read();
|
_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)
|
if (is_month_plain(mese) || _recalc == ever)
|
||||||
update_firm(mese);
|
update_firm(mese);
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user