Update Patient show minor
This commit is contained in:
parent
e97360c8dd
commit
defb4b1282
@ -95,7 +95,7 @@ class Patient extends Controller {
|
|||||||
->whereIn('InternalPID', $ids)
|
->whereIn('InternalPID', $ids)
|
||||||
->get()
|
->get()
|
||||||
->getResultArray();
|
->getResultArray();
|
||||||
$patient["LinkTo"] = $patientLinkTo == [] ? null : $patientLinkTo[0];
|
$patient["LinkTo"] = $patientLinkTo == [] ? null : $patientLinkTo;
|
||||||
}
|
}
|
||||||
|
|
||||||
$patidt = $this->db->table('patidt')
|
$patidt = $this->db->table('patidt')
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user