From 8630f397bc066fa02c7e59e8368f7aafad7c1457 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur <ldestailleur@teclib.com> Date: Mon, 11 Aug 2014 18:02:17 +0200 Subject: [PATCH] Fix: Do not force size. Must be done by function or css. --- htdocs/societe/soc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htdocs/societe/soc.php b/htdocs/societe/soc.php index fad70d5bd2e..daa782581e4 100644 --- a/htdocs/societe/soc.php +++ b/htdocs/societe/soc.php @@ -1423,7 +1423,7 @@ else print '<tr class="hideonsmartphone">'; print '<td>'.$langs->trans("Logo").'</td>'; print '<td colspan="3">'; - if ($object->logo) print $form->showphoto('societe',$object,50); + if ($object->logo) print $form->showphoto('societe',$object); $caneditfield=1; if ($caneditfield) { -- GitLab