Update societe.class.php

This commit is contained in:
BENKE Charlie 2015-05-18 01:00:06 +02:00
parent 3b02bf1424
commit 5b5918f60c

View File

@ -1811,8 +1811,7 @@ class Societe extends CommonObject
if ($withpicto) $result.=($link.img_object(($notooltip?'':$label), 'company', ($notooltip?'':'class="classfortooltip"')).$linkend);
if ($withpicto && $withpicto != 2) $result.=' ';
$result.=$lien.($withpicto !=2?($maxlen?dol_trunc($name,$maxlen):$name):'').$lienfin;
$result.=$link.($withpicto !=2?($maxlen?dol_trunc($name,$maxlen):$name):'').$linkend;
return $result;
}