Update societe.class.php
This commit is contained in:
parent
3b02bf1424
commit
5b5918f60c
@ -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;
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user