From 3d0a6514925a892230391d72252262c342ca1e5b Mon Sep 17 00:00:00 2001 From: bonazzi Date: Sat, 1 Apr 2017 15:57:15 +0000 Subject: [PATCH] git-svn-id: svn://10.65.10.50/branches/R_10_00@23723 c028cbd2-c16b-5b4b-a496-9718f37d4682 --- src/tc/tc3100.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/tc/tc3100.cpp b/src/tc/tc3100.cpp index 219b13f1b..495bb3e19 100644 --- a/src/tc/tc3100.cpp +++ b/src/tc/tc3100.cpp @@ -843,8 +843,6 @@ void TImportaEricsoft::upload_mov(const TFilename& file, TLog_report& log) default: break; } - if (tipocf.full()) - sottoconto = codcf; if (codcf != 0L) { TString16 key; key.format("E%ld", codcf); @@ -858,6 +856,8 @@ void TImportaEricsoft::upload_mov(const TFilename& file, TLog_report& log) else 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 int tiporeg = s.get(7).as_int();