diff --git a/htdocs/adherents/document.php b/htdocs/adherents/document.php index 32630b9e478..0f6e6250796 100644 --- a/htdocs/adherents/document.php +++ b/htdocs/adherents/document.php @@ -100,7 +100,7 @@ if ($id > 0) { $head = member_prepare_head($object); - dol_fiche_head($head, 'document', $langs->trans("Member"), -1, 'user'); + print dol_get_fiche_head($head, 'document', $langs->trans("Member"), -1, 'user'); $linkback = ''.$langs->trans("BackToList").'';