From 349c2b3e7e1fc97e48cef9b678b69ddfefa236d0 Mon Sep 17 00:00:00 2001 From: Alessandro Bonazzi Date: Thu, 4 Jun 2020 19:09:15 +0200 Subject: [PATCH] 2Patch level : 12.0 966 Files correlati : ci1.exe Commento : MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit La stampoa rilevazione ore per commessa/CdC dave errore con codici commessa/Cdc piĆ¹ lunghi di 16 caratteri --- src/ci/ci1400.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ci/ci1400.cpp b/src/ci/ci1400.cpp index c3f157419..4b7b3a6f1 100755 --- a/src/ci/ci1400.cpp +++ b/src/ci/ci1400.cpp @@ -246,7 +246,7 @@ void TRil_ore_cms_mask::elabora() const format_report_month(get_int(F_ANNO), m, rep); //query sul file interessato (commessa o centro di costo) - TString16 cms_cdc; + TString30 cms_cdc; TString query_cms_cdc; TString msg, code_name; const char tipo_cms_cdc = get(F_CMSOCDC)[0];