Skip to content
Snippets Groups Projects
Commit 820ae820 authored by Raphaël Doursenaud's avatar Raphaël Doursenaud
Browse files

Fix: module still using deprecated dictionnaries

parent 68aca6f2
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment