Patch level : nopatch
Files correlati : Commento : Implementazione FP
This commit is contained in:
parent
0cadcd6dee
commit
4b6859077f
@ -1368,10 +1368,11 @@ class TAnagrafica : public TObject
|
||||
TString80 _ragsoc;
|
||||
TString4 _com_nasc, _com_res;
|
||||
TString80 _loc_res, _ind_res, _via_res;
|
||||
TString16 _civ_res, _cap_res, _cod_EORI;
|
||||
TString16 _civ_res, _cap_res, _cod_EORI, _pec, _coddest;
|
||||
TDate _data_nasc;
|
||||
int _allegato, _stato_estero, _stato_nasc;
|
||||
|
||||
|
||||
protected:
|
||||
void build_ind_res(const TRectype& rec, const char* ind, const char* civ);
|
||||
void split_ragsoc();
|
||||
@ -1412,6 +1413,8 @@ public:
|
||||
const TString& civico_residenza() const { return _civ_res; }
|
||||
const TString& CAP_residenza() const { return _cap_res; }
|
||||
const TString& cod_EORI() const { return _cod_EORI; }
|
||||
const TString& coddest() const { return _coddest; }
|
||||
const TString& pec() const { return _pec; }
|
||||
|
||||
bool init(const TRectype& rec);
|
||||
bool init(int num, const TString& codice);
|
||||
|
Loading…
x
Reference in New Issue
Block a user