2
0
forked from Wavyzz/dolibarr

Add missing ticket class property

This commit is contained in:
kevin
2021-10-22 15:12:56 +02:00
parent 744fe688aa
commit 0a278416f4

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;