From 1fb98d33a934e9b04338623f27d1f5d2146f2e58 Mon Sep 17 00:00:00 2001 From: luca Date: Tue, 6 Jun 2006 17:08:00 +0000 Subject: [PATCH] Patch level :4.0 420 Files correlati : Ricompilazione Demo : [ ] Commento :mixati in maniera corretta i bool di prorogata(B4) rendicont(B1) e chiusa(B2) nella conversione git-svn-id: svn://10.65.10.50/trunk@14030 c028cbd2-c16b-5b4b-a496-9718f37d4682 --- ca/cacnv.cpp | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/ca/cacnv.cpp b/ca/cacnv.cpp index abfdc7700..d2d2dcbc3 100755 --- a/ca/cacnv.cpp +++ b/ca/cacnv.cpp @@ -194,13 +194,12 @@ bool TConversione_cm2ca::convert_clerks() commesse_rec.put("DESCRIZ", cms.get("S0")); commesse_rec.put("CODCF", cms.get("I0")); commesse_rec.put("REGIVA", cms.get("S7")); - commesse_rec.put("PRORATA", cms.get("B4")); commesse_rec.put("PUBBLICA", cms.get("B0")); commesse_rec.put("RENDIC", cms.get("B1")); commesse_rec.put("DATAINIZIO", cms.get("D0")); commesse_rec.put("DATAFINE", cms.get("D1")); - commesse_rec.put("CHIUSA", cms.get("B3")); - commesse_rec.put("PROROGA", cms.get("B2")); + commesse_rec.put("CHIUSA", cms.get("B2")); + commesse_rec.put("PROROGA", cms.get("B4")); commesse_rec.put("CODRESP", cms.get("S4")); commesse.write();