FIXME this update override the initial message

This commit is contained in:
Regis Houssin 2022-09-29 08:45:58 +02:00
parent ec29a6a608
commit 3e64fa4352

View File

@ -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
}
}
}