Patch level :

Files correlati     :
Ricompilazione Demo : [ ]
Commento            :


git-svn-id: svn://10.65.10.50/branches/R_10_00@21622 c028cbd2-c16b-5b4b-a496-9718f37d4682
This commit is contained in:
luca 2011-02-10 18:23:27 +00:00
parent aeccb0f86d
commit c3b799afc2

View File

@ -76,11 +76,11 @@ bool TSost_condpag_msk::elabora_documenti()
{
rec.put(DOC_CODPAG, codpag);
const int abi = get_int(F_ABI);
const TString8 abi = get_int(F_ABI);
if(abi > 0)
{
const int cab = get_int(F_CAB);
const int prog = get_int(F_PROG);
const TString8 cab = get_int(F_CAB);
const TString prog = get_int(F_PROG);
rec.put(DOC_CODABIP, abi);
rec.put(DOC_CODCABP, cab);