From d0e5c8cb3519d9cbbe1699b818b31c8f8b018e25 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20FRANCE?= Date: Wed, 16 Oct 2019 23:16:59 +0200 Subject: [PATCH] Update card.php --- htdocs/ticket/card.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htdocs/ticket/card.php b/htdocs/ticket/card.php index cfbdf5ee4e1..eec2c813d26 100644 --- a/htdocs/ticket/card.php +++ b/htdocs/ticket/card.php @@ -625,7 +625,7 @@ if ($action == 'create' || $action == 'presend') $formticket->withfromsocid = $socid ? $socid : $user->societe_id; $formticket->withfromcontactid = $contactid ? $contactid : ''; $formticket->withtitletopic = 1; - $formticket->withnotnotifytiersatcreate = ($notifyTiers?1:0); + $formticket->withnotifytiersatcreate = ($notifyTiers?1:0); $formticket->withusercreate = 1; $formticket->withref = 1; $formticket->fk_user_create = $user->id;