fix: la valeur de la "note" n'tait pas rcupre
This commit is contained in:
parent
7b789189b6
commit
4e629a581a
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user