Contract Cancelling done
This commit is contained in:
@@ -272,7 +272,7 @@ class Admin_IvtCreditImport {
|
||||
$link = ContractLinkModel::create([
|
||||
'contract_id' => $cred_contract->id,
|
||||
'origin_contract_id' => $contract->id,
|
||||
'type' => 'link'
|
||||
'type' => 'credit'
|
||||
]);
|
||||
$link->save();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user