From 3e64fa4352178757aba2e3a81c3ec68be18b0968 Mon Sep 17 00:00:00 2001 From: Regis Houssin Date: Thu, 29 Sep 2022 08:45:58 +0200 Subject: [PATCH] FIXME this update override the initial message --- htdocs/ticket/class/ticket.class.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htdocs/ticket/class/ticket.class.php b/htdocs/ticket/class/ticket.class.php index 8d77119962d..5ed375a82dc 100644 --- a/htdocs/ticket/class/ticket.class.php +++ b/htdocs/ticket/class/ticket.class.php @@ -2757,7 +2757,7 @@ class Ticket extends CommonObject if ($result) { // update last_msg_sent date $object->date_last_msg_sent = dol_now(); - $object->update($user); + $object->update($user); // FIXME this update override the initial message } } }