Fix bugs v4
This commit is contained in:
parent
20d0824276
commit
65e5eb6bf3
|
@ -920,7 +920,7 @@ class HealthCareSheetController extends Controller
|
||||||
$healthCareSheet->type = HealthCareSheetType::EXECUTION;
|
$healthCareSheet->type = HealthCareSheetType::EXECUTION;
|
||||||
$healthCareSheet->state = InsuranceSubscriptionState::UNDER_VALIDATION;
|
$healthCareSheet->state = InsuranceSubscriptionState::UNDER_VALIDATION;
|
||||||
$healthCareSheet->prescription_sheet_id = $sheet->id;
|
$healthCareSheet->prescription_sheet_id = $sheet->id;
|
||||||
$healthCareSheet->created_at = $healthCareSheet->update_at = $datetime;
|
$healthCareSheet->created_at = $healthCareSheet->updated_at = $datetime;
|
||||||
$healthCareSheet->push();
|
$healthCareSheet->push();
|
||||||
|
|
||||||
$insurance = $sheet->insurance;
|
$insurance = $sheet->insurance;
|
||||||
|
|
Loading…
Reference in New Issue