Patch level : at

Files correlati     : at4.exe
Ricompilazione Demo : [ ]
Commento            : uso della cache()


git-svn-id: svn://10.65.10.50/trunk@10570 c028cbd2-c16b-5b4b-a496-9718f37d4682
This commit is contained in:
cris 2002-10-24 09:22:12 +00:00
parent fbb0eab9a5
commit bdfa575570

View File

@ -552,10 +552,7 @@ void TConvocazioniPerPunto::crea_intestazione()
sep << "presso ";
sep << _punto;
sep << " ";
TTable ldn("LDN");
ldn.put("CODTAB",_punto);
if (ldn.read() == NOERR)
sep << ldn.get("S0");
sep << cache().get("LDN", _punto).get("S0");
}
sep.center_just();
set_header(3, "@0g%s", (const char*) sep);