Fix: avoid Warning: Creating default object from empty value
This commit is contained in:
parent
85161f91ac
commit
e6ff852226
@ -113,6 +113,7 @@ class Conf
|
|||||||
$this->notification = new stdClass();
|
$this->notification = new stdClass();
|
||||||
$this->mailing = new stdClass();
|
$this->mailing = new stdClass();
|
||||||
$this->expensereport = new stdClass();
|
$this->expensereport = new stdClass();
|
||||||
|
$this->productbatch = new stdClass();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user