git-svn-id: svn://10.65.10.50/branches/R_10_00@23723 c028cbd2-c16b-5b4b-a496-9718f37d4682

This commit is contained in:
bonazzi 2017-04-01 15:57:15 +00:00
parent 2df9ea3948
commit 3d0a651492

View File

@ -843,8 +843,6 @@ void TImportaEricsoft::upload_mov(const TFilename& file, TLog_report& log)
default: default:
break; break;
} }
if (tipocf.full())
sottoconto = codcf;
if (codcf != 0L) if (codcf != 0L)
{ {
TString16 key; key.format("E%ld", codcf); TString16 key; key.format("E%ld", codcf);
@ -858,6 +856,8 @@ void TImportaEricsoft::upload_mov(const TFilename& file, TLog_report& log)
else else
log.log(3, format(FR("Codice cliente Ericsoft %ld assente"), codcf)); log.log(3, format(FR("Codice cliente Ericsoft %ld assente"), codcf));
} }
if (tipocf.full())
sottoconto = codcf;
const TDate datacomp = s.get(6).as_date(); const TDate datacomp = s.get(6).as_date();
const int tiporeg = s.get(7).as_int(); const int tiporeg = s.get(7).as_int();