Patch level : 10.0 nopatch

Files correlati     :
Ricompilazione Demo : [ ]
Commento            :


git-svn-id: svn://10.65.10.50/branches/R_10_00@21627 c028cbd2-c16b-5b4b-a496-9718f37d4682
This commit is contained in:
alex 2011-02-11 08:14:59 +00:00
parent 3f873ef3d3
commit b1787f3ee4

View File

@ -72,15 +72,15 @@ bool TSost_condpag_msk::elabora_documenti()
const TString4 codpagdoc = rec.get(DOC_CODPAG);
const TString4 tipopag = cache().get("%CPG", codpagdoc, "S4");
if(codpagdoc != codpag && tipopag == "3") //tipopag = 3-> riba
if (codpagdoc != codpag && tipopag == "3") //tipopag = 3-> riba
{
rec.put(DOC_CODPAG, codpag);
const TString8 abi = get_int(F_ABI);
if(abi > 0)
const TString8 abi = get(F_ABI);
if (abi.full())
{
const TString8 cab = get_int(F_CAB);
const TString prog = get_int(F_PROG);
const TString8 cab = get(F_CAB);
const TString prog = get(F_PROG);
rec.put(DOC_CODABIP, abi);
rec.put(DOC_CODCABP, cab);