Civility not required in a short label
This commit is contained in:
parent
33feddcd32
commit
fd6b51413c
@ -99,7 +99,7 @@ class box_contacts extends ModeleBoxes
|
||||
'url' => DOL_URL_ROOT."/contact/fiche.php?id=".$objp->rowid);
|
||||
|
||||
$this->info_box_contents[$i][1] = array('td' => 'align="left"',
|
||||
'text' => $contactstatic->getFullName($langs,1),
|
||||
'text' => $contactstatic->getFullName($langs,0),
|
||||
'url' => DOL_URL_ROOT."/contact/fiche.php?id=".$objp->rowid);
|
||||
|
||||
$this->info_box_contents[$i][2] = array('td' => 'align="left" width="16"',
|
||||
|
||||
Loading…
Reference in New Issue
Block a user