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:
parent
aeccb0f86d
commit
c3b799afc2
@ -76,11 +76,11 @@ bool TSost_condpag_msk::elabora_documenti()
|
|||||||
{
|
{
|
||||||
rec.put(DOC_CODPAG, codpag);
|
rec.put(DOC_CODPAG, codpag);
|
||||||
|
|
||||||
const int abi = get_int(F_ABI);
|
const TString8 abi = get_int(F_ABI);
|
||||||
if(abi > 0)
|
if(abi > 0)
|
||||||
{
|
{
|
||||||
const int cab = get_int(F_CAB);
|
const TString8 cab = get_int(F_CAB);
|
||||||
const int prog = get_int(F_PROG);
|
const TString prog = get_int(F_PROG);
|
||||||
|
|
||||||
rec.put(DOC_CODABIP, abi);
|
rec.put(DOC_CODABIP, abi);
|
||||||
rec.put(DOC_CODCABP, cab);
|
rec.put(DOC_CODCABP, cab);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user