Patch level : 12.0 1048

Files correlati     : fp0.exe

Patch
Correzione comune residenza domicilio o fiscale
This commit is contained in:
Francesco_Fucarino 2021-03-30 12:45:34 +02:00
parent a8d3fe9805
commit 596ba1cbcb

View File

@ -342,8 +342,8 @@ bool TAnagrafica::init(const TRectype& rec)
// Comune di residenza fiscale o domicilio
_stato_estero = rec.get_int(ANA_STATORES);
_com_res = rec.get(ANA_COMRES);
if (_com_res.empty())
_com_res = rec.get(ANA_COMRF);
//if (_com_res.empty())
// _com_res = rec.get(ANA_COMRF);
build_ind_res(rec, ANA_INDRES, ANA_CIVRES);
_cap_res = rec.get(ANA_CAPRES);