New: Task #10725
This commit is contained in:
parent
8336d81c7b
commit
efdcccfa5f
@ -121,7 +121,7 @@ if ($resql)
|
|||||||
print "<td>";
|
print "<td>";
|
||||||
if ($obj->fk_societe)
|
if ($obj->fk_societe)
|
||||||
{
|
{
|
||||||
print '<a href="'.DOL_URL_ROOT.'/societe/soc.php?socid='.$obj->fk_societe.'&canvas='.$obj->canvas.'">'.img_object($langs->trans("ShowCompany"),"company").' '.$obj->nom.'</a>';
|
print '<a href="'.DOL_URL_ROOT.'/societe/soc.php?socid='.$obj->fk_societe.(!empty($obj->canvas)?'&canvas='.$obj->canvas:'').'">'.img_object($langs->trans("ShowCompany"),"company").' '.$obj->nom.'</a>';
|
||||||
}
|
}
|
||||||
else if ($obj->ldap_sid)
|
else if ($obj->ldap_sid)
|
||||||
{
|
{
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user