fix: la valeur de la "note" n'était pas récupérée
This commit is contained in:
parent
7b789189b6
commit
4e629a581a
@ -582,7 +582,7 @@ if ($_GET["id"])
|
|||||||
{
|
{
|
||||||
// Editeur wysiwyg
|
// Editeur wysiwyg
|
||||||
require_once(DOL_DOCUMENT_ROOT."/lib/doleditor.class.php");
|
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();
|
$doleditor->Create();
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user