FIXME this update override the initial message
This commit is contained in:
parent
ec29a6a608
commit
3e64fa4352
@ -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
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user