diff --git a/htdocs/adherents/card.php b/htdocs/adherents/card.php index 8362eb14e1c..041adf93fa0 100644 --- a/htdocs/adherents/card.php +++ b/htdocs/adherents/card.php @@ -1423,7 +1423,7 @@ if (is_object($objcanvas) && $objcanvas->displayCanvasExists($action)) { print ''; // Other attributes. Fields from hook formObjectOptions and Extrafields. - include DOL_DOCUMENT_ROOT.'/core/tpl/extrafields_add.tpl.php'; + include DOL_DOCUMENT_ROOT.'/core/tpl/extrafields_edit.tpl.php'; print ''; print dol_get_fiche_end();