Add option MAIN_FIRSTNAME_NAME_POSITION

This commit is contained in:
Laurent Destailleur 2010-06-23 19:51:47 +00:00
parent a8c891e647
commit bc7dca21a3

View File

@ -793,6 +793,8 @@ class Contact extends CommonObject
*/ */
function getFullName($langs,$option=0,$nameorder=-1) function getFullName($langs,$option=0,$nameorder=-1)
{ {
global $conf;
$ret=''; $ret='';
if ($option && $this->civilite_id) if ($option && $this->civilite_id)
{ {