From 565a1859d80ee8443f5c8b2cdef8576b520ac4d5 Mon Sep 17 00:00:00 2001 From: mtollari Date: Wed, 28 Jun 2017 13:14:40 +0000 Subject: [PATCH] Patch level : 12.0 412 Files correlati : Commento : Sotto richiesta AS tolto id header da KeyHeaderFatt, e da KeyBodyFatt?? git-svn-id: svn://10.65.10.50/branches/R_10_00@23884 c028cbd2-c16b-5b4b-a496-9718f37d4682 --- src/tf/tf0100.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/tf/tf0100.cpp b/src/tf/tf0100.cpp index 1119e6d95..c80aa9a90 100644 --- a/src/tf/tf0100.cpp +++ b/src/tf/tf0100.cpp @@ -1510,7 +1510,7 @@ TString TTrFa_app::getHeader(TToken_string* strarr) /* Devo crearmi una struttura dove immagazzino delle strutture di clienti e all'interno ci metto i numeratori che mi chiedono * Cosė facendo mando a puttane persino l'append che potevo tranquillamente implementare prima e creare fastidiose query per capire dove cazzo sto */ - // Chiave header (20): TIPOCF(1) + CODCF(6) + IDHEADER(10) + // Chiave header (20): TIPOCF(1) + CODCF(6) static long int idHeader = 0L; // Cerco/Aggiungo il Clifo all'std::map @@ -1529,7 +1529,7 @@ TString TTrFa_app::getHeader(TToken_string* strarr) { app = mCliDoc[keyMap]; } - TString header; header.format("%c%06ld%010ld", strarr->get_char(_tipocf), strarr->get_int(_codcf), app.contCliFo); + TString header; header.format("%c%06ld", strarr->get_char(_tipocf), strarr->get_int(_codcf)); // Ritorno l'header return header; }