From 375e0b7e2a47d3cc4c9c922ab7614afca1efd801 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20FRANCE?= Date: Fri, 27 Mar 2015 08:32:51 +0100 Subject: [PATCH] PhotoInTooltip for getNomUrl company --- htdocs/societe/class/societe.class.php | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/htdocs/societe/class/societe.class.php b/htdocs/societe/class/societe.class.php index 9af32e0756f..c3d86f4fae3 100644 --- a/htdocs/societe/class/societe.class.php +++ b/htdocs/societe/class/societe.class.php @@ -1797,9 +1797,10 @@ class Societe extends CommonObject if (! empty($this->logo)) { - $label.= '
'; - //if (! is_object($form)) $form = new Form($db); + $label.= '
'; + //if (! is_object($form)) $form = new Form($db); $label.= Form::showphoto('societe', $this, 80); + $label.= '
'; } $label.= '
';