From 46d2bf331724980b8f60a35b910cdecd232b0a5f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20FRANCE?= Date: Wed, 16 Oct 2019 23:18:14 +0200 Subject: [PATCH] Update html.formticket.class.php --- htdocs/core/class/html.formticket.class.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/htdocs/core/class/html.formticket.class.php b/htdocs/core/class/html.formticket.class.php index 87b9d1fcb99..b83da89e277 100644 --- a/htdocs/core/class/html.formticket.class.php +++ b/htdocs/core/class/html.formticket.class.php @@ -75,7 +75,7 @@ class FormTicket public $withcompany; // affiche liste déroulante company public $withfromsocid; public $withfromcontactid; - public $withnotnotifytiersatcreate; + public $withnotifytiersatcreate; public $withusercreate; // Show name of creating user in form public $withcreatereadonly; @@ -112,7 +112,7 @@ class FormTicket $this->withfromcontactid = 0; //$this->withthreadid=0; //$this->withtitletopic=''; - $this->withnotnotifytiersatcreate = 0; + $this->withnotifytiersatcreate = 0; $this->withusercreate = 1; $this->withcreatereadonly = 1; $this->withemail = 0;