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
This commit is contained in:
luca 2007-01-08 10:48:33 +00:00
parent 00f47d7800
commit 0da0dec9f7

View File

@ -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);
}
}
}