浏览代码

FIX: #6062

Sergio Sanchis Climent 8 年之前
父节点
当前提交
6dfeaabad5
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      htdocs/product/card.php

+ 1 - 1
htdocs/product/card.php

@@ -1267,7 +1267,7 @@ else
             print '<tr><td class="tdtop">'.$langs->trans("Description").'</td><td colspan="3">';
 
             // We use dolibarr_details as type of DolEditor here, because we must not accept images as description is included into PDF and not accepted by TCPDF.
-            $doleditor = new DolEditor('desc', $object->description, '', 160, 'dolibarr_details', '', false, true, $conf->global->FCKEDITOR_ENABLE_PRODUCTDESC, 4, 80);
+            $doleditor = new DolEditor('desc', $object->description, '', 160, 'dolibarr_notes', '', false, true, $conf->global->FCKEDITOR_ENABLE_PRODUCTDESC, 4, 80);
             $doleditor->Create();
 
             print "</td></tr>";