diff --git a/lv/lvlib.cpp b/lv/lvlib.cpp index 0f5b0b44b..20a75b045 100755 --- a/lv/lvlib.cpp +++ b/lv/lvlib.cpp @@ -694,7 +694,7 @@ TRecord_array & TArticolo_lavanderie::clifomag(int annoes) const TRecmag_lavanderie & rec = (TRecmag_lavanderie &) recarr[r]; rec.put(CLIFOGIAC_ANNOES, annoes); - ::reset_clifogiac(rec, old, esercizi()[esprec].chiusura_mag().ok()); + ::reset_clifogiac(rec, old, true); } return recarr; }