From b12cc1166ea3a29e2662d46a91d6dfe142558697 Mon Sep 17 00:00:00 2001 From: luca Date: Tue, 21 Dec 2010 09:02:44 +0000 Subject: [PATCH] Patch level :10.0 Files correlati : Ricompilazione Demo : [ ] Commento : ardi git-svn-id: svn://10.65.10.50/branches/R_10_00@21344 c028cbd2-c16b-5b4b-a496-9718f37d4682 --- ha/ha1200.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/ha/ha1200.cpp b/ha/ha1200.cpp index a8f4f8883..549e35b31 100755 --- a/ha/ha1200.cpp +++ b/ha/ha1200.cpp @@ -384,6 +384,7 @@ void TFile2Txt::genera_contratti_txt() const long codcf = archivio_rcondv.get(CONDV_CODCF).as_int(); righe_contratti.set("CodiceTerminale", hd_find_codag(codcf)); + righe_contratti.set(CONDV_CODCF, codcf); righe_contratti.set(RCONDV_CODRIGA, archivio_rcondv.get(RCONDV_CODRIGA)); real prezzo = archivio_rcondv.get(RCONDV_PREZZO).as_real(); prezzo *= 1000;