FIX org/dept
This commit is contained in:
parent
e8a0b039de
commit
6926f9f6a1
@ -45,8 +45,8 @@ public function createReport(string $content, ReportStatus $status): StudyReport
|
|||||||
{
|
{
|
||||||
$report = StudyReport::make([
|
$report = StudyReport::make([
|
||||||
'study_id' => $this->study->id,
|
'study_id' => $this->study->id,
|
||||||
'institute_id' => $this->study->institute_id,
|
'organization_id' => $this->study->organization_id,
|
||||||
'facility_id' => $this->study->facility_id,
|
'department_id' => $this->study->department_id,
|
||||||
'report_status' => $status->value,
|
'report_status' => $status->value,
|
||||||
'read_by_id' => me()->id,
|
'read_by_id' => me()->id,
|
||||||
]);
|
]);
|
||||||
|
Loading…
Reference in New Issue
Block a user