From be72b90aa9b0956ad2b7c81d33bcc07f693deb97 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20FRANCE?= Date: Wed, 16 Oct 2019 23:09:17 +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 eec2c813d26..cfbdf5ee4e1 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->withnotifytiersatcreate = ($notifyTiers?1:0); + $formticket->withnotnotifytiersatcreate = ($notifyTiers?1:0); $formticket->withusercreate = 1; $formticket->withref = 1; $formticket->fk_user_create = $user->id;