diff --git a/htdocs/comm/action/fiche.php b/htdocs/comm/action/fiche.php index 1471e5d6fce..68a83aced4f 100644 --- a/htdocs/comm/action/fiche.php +++ b/htdocs/comm/action/fiche.php @@ -582,7 +582,7 @@ if ($_GET["id"]) { // Editeur wysiwyg require_once(DOL_DOCUMENT_ROOT."/lib/doleditor.class.php"); - $doleditor=new DolEditor('note','',280,'dolibarr_notes','In',true); + $doleditor=new DolEditor('note',$act->note,280,'dolibarr_notes','In',true); $doleditor->Create(); } else