diff --git a/ha/hacnv100.cpp b/ha/hacnv100.cpp index 7049f315a..38b3e4229 100755 --- a/ha/hacnv100.cpp +++ b/ha/hacnv100.cpp @@ -920,12 +920,13 @@ bool THardy_clienti::trasferisci_clienti() cfv_rec.put(CFV_TIPOCF, "C"); cfv_rec.put(CFV_CODCF, codcf); const TString4 codzona = get_str("IdZona"); - cfv_rec.put(CFV_CODZONA, codzona); - + cfv_rec.put(CFV_CODZONA, codzona); TString8 codag = get_str("IdAgente1"); //agente principale codag.right_just(5, '0'); cfv_rec.put(CFV_CODAG, codag); - + TString8 codlist = get_str("IdListino"); + cfv_rec.put(CFV_CODLIST, codlist); + test_write(cfven); } else