From cdf74595d30b1f5a8631f23fa9ba97be2d825f40 Mon Sep 17 00:00:00 2001 From: luca83 Date: Thu, 10 Mar 2011 09:31:28 +0000 Subject: [PATCH] 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 --- ps/pl0002100.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/ps/pl0002100.cpp b/ps/pl0002100.cpp index 102d67c55..ee20f1c62 100755 --- a/ps/pl0002100.cpp +++ b/ps/pl0002100.cpp @@ -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);