Исправление вывода выбывших из журнала мед сестры
This commit is contained in:
@@ -296,7 +296,7 @@ class DutyReportController extends Controller
|
||||
'recipient' => !empty($nursePatients)
|
||||
? ($nursePatients['meta']['counts']['recipient'] ?? 0)
|
||||
: 0,
|
||||
'discharged' => empty($nursePatients)
|
||||
'discharged' => !empty($nursePatients)
|
||||
? ($nursePatients['meta']['counts']['discharged'] ?? 0)
|
||||
: 0,
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user