Patch level : 12.0 684

Files correlati     : fp
Commento            : Mancava parentesi
This commit is contained in:
Sirio Builder 2019-01-28 15:43:59 +01:00
parent 6df0fcd6a8
commit 5f23e9a02c

View File

@ -1407,7 +1407,7 @@ bool TDoc_fp::doc_to_paf(TDocumentoEsteso& doc)
} }
else else
{ {
paf2000f.set("PJ_IMPORTOSCONTO", converti_prezzo(rdoc->importo(true, false)); paf2000f.set("PJ_IMPORTOSCONTO", converti_prezzo(rdoc->importo(true, false)));
} }
paf2000f.set("PJ_GESTIONE", "D"); paf2000f.set("PJ_GESTIONE", "D");
ok &= insert(paf2000f); ok &= insert(paf2000f);