Update establishment.class.php
This commit is contained in:
parent
3d1dbd62ac
commit
ddb29eb754
@ -120,6 +120,11 @@ class Establishment extends CommonObject
|
|||||||
*/
|
*/
|
||||||
public $fk_user_author;
|
public $fk_user_author;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @var int date create
|
||||||
|
*/
|
||||||
|
public $datec;
|
||||||
|
|
||||||
const STATUS_OPEN = 1;
|
const STATUS_OPEN = 1;
|
||||||
const STATUS_CLOSED = 0;
|
const STATUS_CLOSED = 0;
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user