From 0da0dec9f77fdf787ed09b35ab4f5bdd7bfd0223 Mon Sep 17 00:00:00 2001 From: luca Date: Mon, 8 Jan 2007 10:48:33 +0000 Subject: [PATCH] Patch level :4.0 nuovo CD Files correlati :ve0 Ricompilazione Demo : [ ] Commento :sistemato problema cambio stato ed errore fatale in stampa docs con reports git-svn-id: svn://10.65.10.50/trunk@14735 c028cbd2-c16b-5b4b-a496-9718f37d4682 --- ve/ve0100.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/ve/ve0100.cpp b/ve/ve0100.cpp index 35b83e0c9..9f94f157a 100755 --- a/ve/ve0100.cpp +++ b/ve/ve0100.cpp @@ -579,6 +579,7 @@ void TMotore_application::print() const char sfs = maindoc.tipo().stato_finale_stampa(); maindoc.stato(sfs); const char str_sfs[2] = { sfs, '\0' }; + m.set(F_STATO, str_sfs, true); } } }