diff --git a/htdocs/core/modules/stock/doc/doc_generic_stock_odt.modules.php b/htdocs/core/modules/stock/doc/doc_generic_stock_odt.modules.php index 98d6975f67b..3008f6a9879 100644 --- a/htdocs/core/modules/stock/doc/doc_generic_stock_odt.modules.php +++ b/htdocs/core/modules/stock/doc/doc_generic_stock_odt.modules.php @@ -97,7 +97,7 @@ class doc_generic_stock_odt extends ModelePDFStock global $conf,$langs; // Load translation files required by the page - $langs->loadLangs(array("errors","companies"));; + $langs->loadLangs(array("errors","companies")); $form = new Form($this->db);