From 6596ffac4f16fe2afdb939f3477aad348552ff0e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20FRANCE?= Date: Wed, 13 Nov 2019 20:20:35 +0100 Subject: [PATCH] Update conf.class.php --- htdocs/core/class/conf.class.php | 1 + 1 file changed, 1 insertion(+) diff --git a/htdocs/core/class/conf.class.php b/htdocs/core/class/conf.class.php index 9ba90d00e62..3bf1a273581 100644 --- a/htdocs/core/class/conf.class.php +++ b/htdocs/core/class/conf.class.php @@ -126,6 +126,7 @@ class Conf $this->service = new stdClass(); $this->contrat = new stdClass(); $this->actions = new stdClass(); + $this->agenda = new stdClass(); $this->commande = new stdClass(); $this->propal = new stdClass(); $this->facture = new stdClass();