From 44cb324796f9786e75606f675c7b7ed915f32ffa Mon Sep 17 00:00:00 2001 From: alex Date: Tue, 30 Nov 2010 14:06:22 +0000 Subject: [PATCH] Patch level : 10.0 848 Files correlati : ve0.exe ve1.exe ve5.exe ve6.exe mg1.exe lv0.exe lv3.exe Ricompilazione Demo : [ ] Commento : MOdificata la gestione del cambio anno per le lavanderie git-svn-id: svn://10.65.10.50/branches/R_10_00@21212 c028cbd2-c16b-5b4b-a496-9718f37d4682 --- lv/lvlib.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; }