IVT Contract Import WIP
This commit is contained in:
@@ -58,6 +58,7 @@ class ContractconfigItem extends mfBaseModel {
|
||||
$value->item_id = $this->id;
|
||||
$value->contract_id = $this->contract_id;
|
||||
$value->create_by = $me->id;
|
||||
$value->edit_by = $me->id;
|
||||
}
|
||||
//var_dump($value);exit;
|
||||
$this->value = $value;
|
||||
|
||||
Reference in New Issue
Block a user