IVT Contract Import WIP
This commit is contained in:
@@ -77,6 +77,14 @@ class mfBaseModel {
|
||||
}
|
||||
|
||||
$this->id=$row->id;
|
||||
|
||||
if(!property_exists($row, "create")) {
|
||||
$row->create = date("U");
|
||||
}
|
||||
if(!property_exists($row, "edit")) {
|
||||
$row->edit = date("U");
|
||||
}
|
||||
|
||||
$this->create=$row->create;
|
||||
$this->edit=$row->edit;
|
||||
if($this->fieldprefix) {
|
||||
|
||||
Reference in New Issue
Block a user