From aff52b038671c220f1037a50b11935eeef342bbd Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Thu, 17 Oct 2019 17:52:20 +0200 Subject: [PATCH] Update traduction.php --- htdocs/categories/traduction.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htdocs/categories/traduction.php b/htdocs/categories/traduction.php index f2abadb62ae..3c9c7eb64e4 100644 --- a/htdocs/categories/traduction.php +++ b/htdocs/categories/traduction.php @@ -347,7 +347,7 @@ if ($action == 'add' && ($user->rights->produit->creer || $user->rights->service print '' . $langs->trans('Label') . ''; print ''; print ''.$langs->trans('Description').''; - $doleditor = new DolEditor('desc', GETPOST('desc'), '', 160, 'dolibarr_notes', '', false, true, $conf->global->FCKEDITOR_ENABLE_PRODUCTDESC, ROWS_3, '90%'); + $doleditor = new DolEditor('desc', GETPOST('desc', 'none'), '', 160, 'dolibarr_notes', '', false, true, $conf->global->FCKEDITOR_ENABLE_PRODUCTDESC, ROWS_3, '90%'); $doleditor->Create(); print '';