From 9da3f85051c86ec00bddc2c2f57d0e36de044625 Mon Sep 17 00:00:00 2001 From: guy Date: Fri, 3 Dec 2010 10:28:29 +0000 Subject: [PATCH] Patch level : 10 ha Files correlati : Ricompilazione Demo : [ ] Commento : messo listino su clienti git-svn-id: svn://10.65.10.50/branches/R_10_00@21234 c028cbd2-c16b-5b4b-a496-9718f37d4682 --- ha/hacnv100.cpp | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) 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