Remove deprecated field

This commit is contained in:
Laurent Destailleur 2019-09-05 13:41:29 +02:00
parent 3f121f07cc
commit 8d5105e29c

View File

@ -376,7 +376,6 @@ class Holiday extends CommonObject
$obj = $this->db->fetch_object($resql);
$this->id = $obj->rowid;
$this->rowid = $obj->rowid; // deprecated
$this->ref = ($obj->ref?$obj->ref:$obj->rowid);
$this->fk_user = $obj->fk_user;
$this->date_create = $this->db->jdate($obj->date_create);