Errore MI4358
git-svn-id: svn://10.65.10.50/trunk@4179 c028cbd2-c16b-5b4b-a496-9718f37d4682
This commit is contained in:
parent
e142a5a287
commit
4b031d49f7
@ -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())
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user