Update societe.class.php

Add missing space
This commit is contained in:
Laurent Destailleur 2013-08-08 01:54:08 +02:00
parent bf95cf40d9
commit 3a209afa94

View File

@ -1597,7 +1597,7 @@ class Societe extends CommonObject
if ($mode == 'email') $property=$obj->email;
else if ($mode == 'mobile') $property=$obj->phone_mobile;
if(!empty($obj->poste)){
$contact_property[$obj->rowid] = trim(dolGetFirstLastname($obj->firstname,$obj->lastname))."(".$obj->poste.")"." <".$property.">";
$contact_property[$obj->rowid] = trim(dolGetFirstLastname($obj->firstname,$obj->lastname))." (".$obj->poste.")"." <".$property.">";
}
else
{