Merge pull request #19101 from atm-kevin/FIX_Missing_Ticket_Property

FIX - Missing ticket's class property
This commit is contained in:
Laurent Destailleur 2021-10-22 19:12:15 +02:00 committed by GitHub
commit d45052a6b7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -589,6 +589,7 @@ class Ticket extends CommonObject
$obj = $this->db->fetch_object($resql);
$this->id = $obj->rowid;
$this->entity = $obj->entity;
$this->ref = $obj->ref;
$this->track_id = $obj->track_id;
$this->fk_soc = $obj->fk_soc;