From 4e629a581a8ba1993edf14d3691ee949c77982f4 Mon Sep 17 00:00:00 2001 From: Regis Houssin Date: Wed, 6 Sep 2006 20:10:02 +0000 Subject: [PATCH] =?UTF-8?q?fix:=20la=20valeur=20de=20la=20"note"=20n'=E9ta?= =?UTF-8?q?it=20pas=20r=E9cup=E9r=E9e?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- htdocs/comm/action/fiche.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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