diff --git a/htdocs/product/stock/product.php b/htdocs/product/stock/product.php index 8ace2827ec8..0e4cf4b6a20 100644 --- a/htdocs/product/stock/product.php +++ b/htdocs/product/stock/product.php @@ -938,7 +938,7 @@ if (!$variants) { if ((!empty($conf->productbatch->enabled)) && $object->hasbatch()) { $colspan = 3; - print ''; + print ''; if (!empty($conf->use_javascript_ajax)) { print ''.img_picto('', 'folder-open', 'class="paddingright"').$langs->trans("ExpandAll").'   '; print ''.img_picto('', 'folder', 'class="paddingright"').$langs->trans("UndoExpandAll").'';