Fix remove warning

This commit is contained in:
Laurent Destailleur 2018-04-13 14:53:40 +02:00
parent 86112f0096
commit 77a853e49d

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