Merge pull request #10746 from ptibogxiv/patch-139
FIX: date in ticket.class.php
This commit is contained in:
commit
db3f362d10
@ -528,9 +528,12 @@ class Ticket extends CommonObject
|
||||
$this->severity_label = $label_severity;
|
||||
|
||||
$this->datec = $this->db->jdate($obj->datec);
|
||||
$this->date_creation = $this->db->jdate($obj->datec);
|
||||
$this->date_read = $this->db->jdate($obj->date_read);
|
||||
$this->date_validation = $this->db->jdate($obj->date_read);
|
||||
$this->date_close = $this->db->jdate($obj->date_close);
|
||||
$this->tms = $this->db->jdate($obj->tms);
|
||||
$this->date_modification = $this->db->jdate($obj->tms);
|
||||
|
||||
$this->fetch_optionals();
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user