From cd719175319af75733e0093eadad9003ef415650 Mon Sep 17 00:00:00 2001 From: Regis Houssin Date: Fri, 29 Oct 2010 15:10:33 +0000 Subject: [PATCH] Fix: add type of canvas if exist --- htdocs/societe/class/societe.class.php | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/htdocs/societe/class/societe.class.php b/htdocs/societe/class/societe.class.php index fa465b15098..18deed9bbb8 100644 --- a/htdocs/societe/class/societe.class.php +++ b/htdocs/societe/class/societe.class.php @@ -1296,25 +1296,25 @@ class Societe extends CommonObject { if ($this->client == 1) { - $lien = ''; - $lienfin=''; + $lien = ''; - $lienfin=''; + $lien = ''; - $lienfin=''; + $lien = ''; - $lienfin=''; + $lien = ''; + $lienfin=''; if ($withpicto) $result.=($lien.img_object($langs->trans("ShowCompany").': '.$this->nom,'company').$lienfin.' '); $result.=$lien.($maxlen?dol_trunc($this->nom,$maxlen):$this->nom).$lienfin;