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; }