Patch level : 12.0 994

Files correlati     : fp0.exe
Commento            : Corretto esportazione vettori controllo PIVA e codice fiscale
This commit is contained in:
sperego 2020-09-08 17:09:51 +02:00
parent 758ffd8c4c
commit e560d69275

View File

@ -2285,7 +2285,6 @@ bool TDoc_fp::doc_to_paf(TDocumentoEsteso& doc)
TString msg = "Il vettore ";
msg << vet.get("S0").mid(0, 50) << " non ha nè codice fiscale nè partita IVA, la fattura " << doc.anno() << " " << doc.codice_numerazione().codice() << " " << doc.numero() << " non può essere trasmessa";
log(3, msg);
return false;
}
if (piva.full())
{