Errore MI4358

git-svn-id: svn://10.65.10.50/trunk@4179 c028cbd2-c16b-5b4b-a496-9718f37d4682
This commit is contained in:
alex 1997-03-10 11:03:19 +00:00
parent e142a5a287
commit 4b031d49f7

View File

@ -1461,6 +1461,13 @@ 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 (viacf.not_empty())
{