From 4b98b0a220b7a8b82ca973fc511e7e85400a4211 Mon Sep 17 00:00:00 2001 From: guy Date: Thu, 27 Mar 2008 16:09:32 +0000 Subject: [PATCH] Patch level : 4.0 / 10.0 Files correlati : cg3.exe Ricompilazione Demo : [ ] Commento : Corretto IdentificativoAnno nell'elenco clienti / fornitori git-svn-id: svn://10.65.10.50/trunk@16403 c028cbd2-c16b-5b4b-a496-9718f37d4682 --- cg/cg3900.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cg/cg3900.cpp b/cg/cg3900.cpp index 511190394..20ee2dd3b 100755 --- a/cg/cg3900.cpp +++ b/cg/cg3900.cpp @@ -357,8 +357,8 @@ void TPadoaSchioppa_set::add_trc(int trc) { case 0: // Testata case 9: // Coda - add_field(trc, 2, 4, 3, "IndentificativoFornitura", AN, true, "ECF"); - add_field(trc, 5, 6, 2, "IdentificativoAnno" , NU, true, "00"); + add_field(trc, 2, 4, 3, "IdentificativoFornitura" , AN, true, "ECF"); + add_field(trc, 5, 6, 2, "IdentificativoAnno" , AN, true, "00"); add_field(trc, 7, 8, 2, "CodiceFornitura" , NU, true, "38"); add_field(trc, 9, 24, 16, "CodiceFiscale" , CF, true); add_field(trc, 25, 35, 11, "PartitaIVA" , PI, true);