Contract Cancelling done

This commit is contained in:
Frank Schubert
2024-07-10 21:13:21 +02:00
parent 171b32fb56
commit 5b0141cf68
6 changed files with 276 additions and 15 deletions

View File

@@ -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();
}