From 3d068a431ebbd6a06d2e08ad8922c5aef9e339df Mon Sep 17 00:00:00 2001 From: Philippe Grand Date: Fri, 14 Sep 2018 15:04:27 +0200 Subject: [PATCH] Update doc_generic_stock_odt.modules.php --- htdocs/core/modules/stock/doc/doc_generic_stock_odt.modules.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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);