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
This commit is contained in:
luca 2006-06-06 17:08:00 +00:00
parent d7024dfd8a
commit 1fb98d33a9

View File

@ -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();