FIX org/dept

This commit is contained in:
Masroor Ehsan 2025-01-23 18:03:49 +06:00
parent e8a0b039de
commit 6926f9f6a1

View File

@ -45,8 +45,8 @@ public function createReport(string $content, ReportStatus $status): StudyReport
{
$report = StudyReport::make([
'study_id' => $this->study->id,
'institute_id' => $this->study->institute_id,
'facility_id' => $this->study->facility_id,
'organization_id' => $this->study->organization_id,
'department_id' => $this->study->department_id,
'report_status' => $status->value,
'read_by_id' => me()->id,
]);