fix custodian
This commit is contained in:
parent
0acf985065
commit
d7d90de798
@ -220,7 +220,7 @@ class PatientModel extends BaseModel {
|
||||
$patient["CreateDate"] = $this->formattedDate($patient["CreateDate"]);
|
||||
$patient["BirthdateConversion"] = $this->formatedDateForDisplay($patient["Birthdate"]);
|
||||
$patient["LinkTo"] = $this->getLinkedPatients($patient['LinkTo']);
|
||||
$patient["Custodian"] = $this->getCustodian($patient['Custodian'][0]);
|
||||
$patient["Custodian"] = $this->getCustodian($patient['Custodian']);
|
||||
$patient['PatCom'] = $patient['Comment'];
|
||||
|
||||
return $patient;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user