PhotoInTooltip for getNomUrl company
This commit is contained in:
parent
f6df1d6380
commit
375e0b7e2a
@ -1797,9 +1797,10 @@ class Societe extends CommonObject
|
||||
|
||||
if (! empty($this->logo))
|
||||
{
|
||||
$label.= '</div><div style="padding: 10px">';
|
||||
//if (! is_object($form)) $form = new Form($db);
|
||||
$label.= '</br><div class="photointooltip">';
|
||||
//if (! is_object($form)) $form = new Form($db);
|
||||
$label.= Form::showphoto('societe', $this, 80);
|
||||
$label.= '</div><div style="clear: both;"></div>';
|
||||
}
|
||||
$label.= '</div>';
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user