Patch level :
Files correlati : Ricompilazione Demo : [ ] Commento : Aggiunto il telefono alle sedi aggiuntive git-svn-id: svn://10.65.10.50/branches/R_10_00@21763 c028cbd2-c16b-5b4b-a496-9718f37d4682
This commit is contained in:
parent
5bfee1bb64
commit
cdf74595d3
@ -270,7 +270,7 @@ bool TLif_clifo_ca_sedi::trasferisci()
|
||||
const TString80 localita = get_str("des_localita");
|
||||
const long cap = get_long("cod_cap");
|
||||
const TString4 prov = get_str("sig_prov");
|
||||
//const TString16 tel = get_str("sig_tel");
|
||||
const TString80 tel = get_str("sig_tel");
|
||||
const TString16 cofi = "";
|
||||
const TString paiv = "";
|
||||
const TString8 fatt_a = codcont;
|
||||
@ -279,8 +279,8 @@ bool TLif_clifo_ca_sedi::trasferisci()
|
||||
rec.put(CLI_RAGSOC, ragsoc);
|
||||
rec.put(CLI_INDCF, indirizzo);
|
||||
rec.put(CLI_LOCCF, localita);
|
||||
rec.put(CLI_CAPCF, cap);
|
||||
//rec.put(CLI_TEL, tel);
|
||||
rec.put(CLI_CAPCF, cap);
|
||||
rec.put(CLI_TEL, tel);
|
||||
rec.put(CLI_COFI, cofi);
|
||||
rec.put(CLI_PAIV, paiv);
|
||||
rec.put(CLI_CODCFFATT, fatt_a);
|
||||
|
Loading…
x
Reference in New Issue
Block a user