From 820ae820885316b1581ccb8148da9350ea3d6220 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rapha=C3=ABl=20Doursenaud?= Date: Wed, 20 Aug 2014 10:46:09 +0200 Subject: [PATCH] Fix: module still using deprecated dictionnaries --- htdocs/core/modules/modProductBatch.class.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/htdocs/core/modules/modProductBatch.class.php b/htdocs/core/modules/modProductBatch.class.php index 2209fffb4ad..0cd30f04d22 100644 --- a/htdocs/core/modules/modProductBatch.class.php +++ b/htdocs/core/modules/modProductBatch.class.php @@ -78,13 +78,13 @@ class modProductBatch extends DolibarrModules $this->tabs = array(); - // Dictionnaries + // Dictionaries if (! isset($conf->productbatch->enabled)) { $conf->productbatch=new stdClass(); $conf->productbatch->enabled=0; } - $this->dictionnaries=array(); + $this->dictionaries=array(); // Boxes $this->boxes = array(); // List of boxes