From dfcd06e7b8179b53ce569f15648dc9c19aadeeba Mon Sep 17 00:00:00 2001 From: cris Date: Tue, 23 Feb 1999 13:59:19 +0000 Subject: [PATCH] Patch level : Files correlati : Ricompilazione Demo : [ ] Commento : Corretto errore in stampa sospesi: prendeva la data stato sbagliata! git-svn-id: svn://10.65.10.50/trunk@7853 c028cbd2-c16b-5b4b-a496-9718f37d4682 --- at/at2100.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/at/at2100.cpp b/at/at2100.cpp index bafe1ce68..4e67918db 100755 --- a/at/at2100.cpp +++ b/at/at2100.cpp @@ -203,7 +203,7 @@ bool TStampaSospesi::filter_func_sospesi(const TRelation* rel) } if ((filtrato) && (app()._sodatafin.ok())) { - const TDate datastato = recsog.get_date(SOG_STATO); + const TDate datastato = recsog.get_date(SOG_DATASTATO); filtrato = (datastato <= app()._sodatafin); } if ((filtrato) && (app()._dataini.ok()))