From f3fa4eee6b5e302fb40ad032debf8e079eb80c03 Mon Sep 17 00:00:00 2001 From: HENRY Florian Date: Sat, 10 Aug 2024 23:46:10 +0200 Subject: [PATCH] fix: edit extrafield tpl card adherent is not correct (#30573) --- htdocs/adherents/card.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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();