2
0
forked from Wavyzz/dolibarr
This commit is contained in:
Laurent Destailleur
2022-01-17 19:18:48 +01:00
parent 812f12ccc4
commit 2f7832ee44

View File

@@ -1999,7 +1999,7 @@ function dol_banner_tab($object, $paramid, $morehtml = '', $shownav = 1, $fieldi
} }
} }
} elseif (!$phototoshow) { // example if modulepart = 'societe' or 'photo' } elseif (!$phototoshow) { // example if modulepart = 'societe' or 'photo'
$phototoshow .= $form->showphoto($modulepart, $object, 0, 0, 0, 'photoref', 'small', 1, 0, $maxvisiblephotos); $phototoshow .= $form->showphoto($modulepart, $object, 0, 0, 0, 'photowithmargin photoref', 'small', 1, 0, $maxvisiblephotos);
} }
if ($phototoshow) { if ($phototoshow) {