Merge branch 'R_10_00' of http://10.65.20.17:7990/scm/campo/campo into R_10_00

This commit is contained in:
Sirio Builder 2019-01-28 10:43:30 +01:00
commit 57c78c46fa
2 changed files with 1 additions and 2 deletions

View File

@ -201,7 +201,6 @@ STRING F_EORI 17
BEGIN
PROMPT 2 13 "Codice EORI "
FIELD S2[1,17]
CHECKTYPE REQUIRED
END
GROUPBOX DLG_NULL 75 4

View File

@ -1332,7 +1332,7 @@ bool TDoc_fp::doc_to_paf(TDocumentoEsteso& doc)
}
if(statopiva.full() && piva.full())
if(piva.full())
{
paf1700f.set("PG_FISCIVAPAESE", statopiva.full() ? statopiva : "IT");
paf1700f.set("PG_FISCIVACODICE", piva);