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
This commit is contained in:
parent
210cf6dc75
commit
565a1859d8
@ -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;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user