add support on modulebulder

This commit is contained in:
hystepik 2023-03-23 14:01:54 +01:00
parent 098e670008
commit e8f8c643f7

View File

@ -333,7 +333,7 @@ if (($id || $ref) && $action == 'edit') {
if ($object->id > 0 && (empty($action) || ($action != 'edit' && $action != 'create'))) {
$head = myobjectPrepareHead($object);
print dol_get_fiche_head($head, 'card', $langs->trans("MyObject"), -1, $object->picto);
print dol_get_fiche_head($head, 'card', $langs->trans("MyObject"), -1, $object->picto, 0, '', '', 0, '', 1);
$formconfirm = '';