Remove deprecated field
This commit is contained in:
parent
3f121f07cc
commit
8d5105e29c
@ -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);
|
||||
|
||||
Loading…
Reference in New Issue
Block a user