diff --git a/htdocs/core/tpl/objectline_edit.tpl.php b/htdocs/core/tpl/objectline_edit.tpl.php
index 4629e2dcb22..e2dd75494e9 100644
--- a/htdocs/core/tpl/objectline_edit.tpl.php
+++ b/htdocs/core/tpl/objectline_edit.tpl.php
@@ -51,7 +51,7 @@
{
echo $form->select_type_of_lines($line->product_type, 'type', 1, 1);
}
- ?>
+ ?>
fk_product) && empty($line->label)) ? ' disabled="disabled"' : ''); ?>>
@@ -87,7 +87,7 @@
$reshook=$hookmanager->executeHooks('formEditProductOptions',$parameters,$this,$action);
}
- echo '
';
+ //echo '
'; // Fix: No reason to start a content of the cells with br
// editeur wysiwyg
require_once DOL_DOCUMENT_ROOT.'/core/class/doleditor.class.php';