Merge pull request #2486 from frederic34/patch-2

PhotoInTooltip for getNomUrl company
This commit is contained in:
Laurent Destailleur 2015-03-29 15:05:25 +02:00
commit af51415f8e

View File

@ -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>';