Fix: Do not force size. Must be done by function or css.

This commit is contained in:
Laurent Destailleur 2014-08-11 18:02:17 +02:00
parent 4d9c72f944
commit 8630f397bc

View File

@ -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)
{