mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2026-02-13 19:25:22 +01:00
Look: La barre d'outil de fckeditor est ouverte par defaut
This commit is contained in:
@@ -122,7 +122,7 @@ if ($socidp > 0)
|
||||
if ($conf->fckeditor->enabled && $conf->global->FCKEDITOR_ENABLE_SOCIETE)
|
||||
{
|
||||
require_once(DOL_DOCUMENT_ROOT."/lib/doleditor.class.php");
|
||||
$doleditor=new DolEditor('note',$societe->note,280,'dolibarr_notes');
|
||||
$doleditor=new DolEditor('note',$societe->note,280,'dolibarr_notes','In',true);
|
||||
$doleditor->Create();
|
||||
}
|
||||
else
|
||||
|
||||
Reference in New Issue
Block a user