Patch level : 12.0 1220
Files correlati : fplib01.cpp Commento: - Ora vengono compilati anche i campi del paf0200f relativi ai contatti (mail, telefono) del cedente\prestatore - Sistemato bug che lasciava uno spazio bianco nella scrittura dei documenti di trasporto nei PAF
This commit is contained in:
parent
de3057e4e6
commit
19d6c4456f
@ -2180,6 +2180,10 @@ bool TDoc_fp::doc_to_paf(TDocumentoEsteso& doc)
|
|||||||
if (riftesta)
|
if (riftesta)
|
||||||
{
|
{
|
||||||
TString rifs = doc.get(DOC_NOTE);
|
TString rifs = doc.get(DOC_NOTE);
|
||||||
|
|
||||||
|
if (rifs[0] == ' ')
|
||||||
|
rifs.ltrim();
|
||||||
|
|
||||||
const int posret = rifs.find('\n');
|
const int posret = rifs.find('\n');
|
||||||
|
|
||||||
if (posret > 0)
|
if (posret > 0)
|
||||||
@ -2213,7 +2217,7 @@ bool TDoc_fp::doc_to_paf(TDocumentoEsteso& doc)
|
|||||||
|
|
||||||
if (len > 0)
|
if (len > 0)
|
||||||
{
|
{
|
||||||
long numlinea = 0;
|
long numlinea = 1;
|
||||||
TToken_string elab_rifs(rifs);
|
TToken_string elab_rifs(rifs);
|
||||||
|
|
||||||
FOR_EACH_STR_TOKEN(elab_rifs, str)
|
FOR_EACH_STR_TOKEN(elab_rifs, str)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user