Corretto MI4355.

git-svn-id: svn://10.65.10.50/trunk@4199 c028cbd2-c16b-5b4b-a496-9718f37d4682
This commit is contained in:
angelo 1997-03-12 14:20:33 +00:00
parent 214a47c432
commit 6d3af133ad

View File

@ -1461,13 +1461,7 @@ int CG3400_application::setta_righe_indirizzo(char tipocf, long codcf,int rdes)
TRectype rec = look_com (comcf);
comune = rec.get(COM_DENCOM);
prov = rec.get(COM_PROVCOM);
const TString80 loc = _clifo->get(CLI_LOCCF);
if (loc.not_empty())
{
comune.insert(" ");
comune.insert(loc);
}
if (comcf.empty()) comune = _clifo->get(CLI_LOCCF);
if (viacf.not_empty())
{