Fix: avoid Warning: Creating default object from empty value

This commit is contained in:
Regis Houssin 2018-04-13 11:20:21 +02:00
parent 85161f91ac
commit e6ff852226

View File

@ -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();
} }