This commit is contained in:
Laurent Destailleur 2020-01-25 13:05:40 +01:00
parent be70232bfe
commit 09e707b818

View File

@ -105,7 +105,7 @@ $coldisplay++;
// Do not allow editing during a situation cycle // Do not allow editing during a situation cycle
if ($line->fk_prev_id == null) if ($line->fk_prev_id == null)
{ {
// editeur wysiwyg // editor wysiwyg
require_once DOL_DOCUMENT_ROOT.'/core/class/doleditor.class.php'; require_once DOL_DOCUMENT_ROOT.'/core/class/doleditor.class.php';
$nbrows = ROWS_2; $nbrows = ROWS_2;
if (!empty($conf->global->MAIN_INPUT_DESC_HEIGHT)) $nbrows = $conf->global->MAIN_INPUT_DESC_HEIGHT; if (!empty($conf->global->MAIN_INPUT_DESC_HEIGHT)) $nbrows = $conf->global->MAIN_INPUT_DESC_HEIGHT;