Merge pull request #19101 from atm-kevin/FIX_Missing_Ticket_Property
FIX - Missing ticket's class property
This commit is contained in:
commit
d45052a6b7
@ -589,6 +589,7 @@ class Ticket extends CommonObject
|
|||||||
$obj = $this->db->fetch_object($resql);
|
$obj = $this->db->fetch_object($resql);
|
||||||
|
|
||||||
$this->id = $obj->rowid;
|
$this->id = $obj->rowid;
|
||||||
|
$this->entity = $obj->entity;
|
||||||
$this->ref = $obj->ref;
|
$this->ref = $obj->ref;
|
||||||
$this->track_id = $obj->track_id;
|
$this->track_id = $obj->track_id;
|
||||||
$this->fk_soc = $obj->fk_soc;
|
$this->fk_soc = $obj->fk_soc;
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user