Debug v20

This commit is contained in:
Laurent Destailleur
2024-05-07 10:27:17 +02:00
parent d74065ab12
commit 642f70e152
8 changed files with 22 additions and 14 deletions

View File

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