Patch level : AT
Files correlati : at2.exe Ricompilazione Demo : [ ] Commento : uso della cache() git-svn-id: svn://10.65.10.50/trunk@10566 c028cbd2-c16b-5b4b-a496-9718f37d4682
This commit is contained in:
parent
9da1d6831f
commit
c5c2dc9d82
@ -663,11 +663,8 @@ bool TStampaPerCategorie::preprocess_page(int file, int counter)
|
||||
const int ultima = _sbenemerenze->rows();
|
||||
if (ultima != 0)
|
||||
{
|
||||
TString16 codben = _sbenemerenze->row(ultima).get(BEN_TIPOBEN);
|
||||
TTable bnz("BNZ");
|
||||
bnz.put("CODTAB",codben);
|
||||
if (bnz.read() == NOERR)
|
||||
benemerenza << bnz.get("S0");
|
||||
const TString16 codben = _sbenemerenze->row(ultima).get(BEN_TIPOBEN);
|
||||
benemerenza << cache().get("BNZ", codben).get("S0");
|
||||
}
|
||||
}
|
||||
benemerenza.cut(21);
|
||||
|
Loading…
x
Reference in New Issue
Block a user