partner Credit Contracts get Provision Vatgroup

This commit is contained in:
Frank Schubert
2024-08-05 16:02:46 +02:00
parent dcc86ad335
commit 29b6ebc8e8
2 changed files with 12 additions and 3 deletions

View File

@@ -463,6 +463,9 @@ class ContractController extends mfBaseController
}
}
// TODO: Contractconfig übernehmen
if($contract_cancel_date) {
$contract->cancel_date = $contract_cancel_date->getTimestamp();
$contract->save();