changes notification added
This commit is contained in:
@@ -210,6 +210,7 @@ public function storeActivity(ClientCase $clientCase, Request $request)
|
||||
'contract_uuid' => 'nullable|uuid',
|
||||
]);
|
||||
|
||||
|
||||
// Map contract_uuid to contract_id within the same client case, if provided
|
||||
$contractId = null;
|
||||
if (! empty($attributes['contract_uuid'])) {
|
||||
|
||||
Reference in New Issue
Block a user