mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2025-02-20 13:46:52 +01:00
Merge pull request #1836 from GPCsolutions/dictionaries
Fix: module still using deprecated dictionnaries
This commit is contained in:
commit
061a3384fc
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user