Patch level : AT
Files correlati : at1.exe Ricompilazione Demo : [ ] Commento : uso della cache() git-svn-id: svn://10.65.10.50/trunk@10564 c028cbd2-c16b-5b4b-a496-9718f37d4682
This commit is contained in:
parent
ba4d75fbe7
commit
d6544eddf0
@ -240,11 +240,7 @@ void TStampaBenxGAz::header_gruppo(const TString16 gruppo)
|
||||
intestazione = "GRUPPO AZIENDALE ";
|
||||
intestazione << gruppo;
|
||||
intestazione << " - ";
|
||||
TTable gaz("GAZ");
|
||||
gaz.zero();
|
||||
gaz.put("CODTAB",gruppo);
|
||||
if (gaz.read() == NOERR)
|
||||
intestazione << gaz.get("S0");
|
||||
intestazione << cache().get("GAZ", gruppo).get("S0");
|
||||
if (_tipostampa==completo)
|
||||
intestazione.center_just(132);
|
||||
if (_tipostampa==sintetico)
|
||||
|
Loading…
x
Reference in New Issue
Block a user