Fix bugs v4

This commit is contained in:
Djery-Tom 2022-02-09 14:05:16 +01:00
parent 20d0824276
commit 65e5eb6bf3
1 changed files with 1 additions and 1 deletions

View File

@ -920,7 +920,7 @@ class HealthCareSheetController extends Controller
$healthCareSheet->type = HealthCareSheetType::EXECUTION;
$healthCareSheet->state = InsuranceSubscriptionState::UNDER_VALIDATION;
$healthCareSheet->prescription_sheet_id = $sheet->id;
$healthCareSheet->created_at = $healthCareSheet->update_at = $datetime;
$healthCareSheet->created_at = $healthCareSheet->updated_at = $datetime;
$healthCareSheet->push();
$insurance = $sheet->insurance;