Patch level : 12.0 638
Files correlati : bs Commento : Aggiunti riferimenti fatturazione elettronica
This commit is contained in:
parent
36c68924b1
commit
d6f1411baf
@ -845,6 +845,10 @@ void TSknet_sync::load_clifo(const char tipocf)
|
|||||||
clifo.put(CLI_COFI, odbc.get("CodFiscale").as_string());
|
clifo.put(CLI_COFI, odbc.get("CodFiscale").as_string());
|
||||||
clifo.put(CLI_MAIL, odbc.get("EMail").as_string());
|
clifo.put(CLI_MAIL, odbc.get("EMail").as_string());
|
||||||
|
|
||||||
|
// Fatturazione Elettronica
|
||||||
|
clifo.put(CLI_PEC, odbc.get("PEC").as_string());
|
||||||
|
cfv.put(CFV_PADESTIN, odbc.get("CodDest").as_string());
|
||||||
|
|
||||||
const int tipo = odbc.get("Tipo").as_int(); // 1=Fisica; 2=Giuridica; 3=Altro
|
const int tipo = odbc.get("Tipo").as_int(); // 1=Fisica; 2=Giuridica; 3=Altro
|
||||||
if (tipo == 1)
|
if (tipo == 1)
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user