From 06e733f4ec185d614232cf93541db3d1f4bca1c5 Mon Sep 17 00:00:00 2001 From: Brady Miller Date: Mon, 9 Jan 2017 23:24:58 -0800 Subject: [PATCH] also brought prior fix into the patient report --- interface/patient_file/report/custom_report.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/interface/patient_file/report/custom_report.php b/interface/patient_file/report/custom_report.php index 9444b0cfd..8aae9b360 100644 --- a/interface/patient_file/report/custom_report.php +++ b/interface/patient_file/report/custom_report.php @@ -329,7 +329,7 @@ foreach ($ar as $key => $val) { if ($row == false || !recurrence_is_current($row['pc_endDate'])) continue; echo "
"; - echo "" . xlt('Appointment Category') . ': ' . text($row['pc_title']) . ""; + echo "" . xlt('Appointment Category') . ': ' . xlt($row['pc_catname']) . ""; echo "
"; echo "" . xlt('Recurrence') . ': ' .text($row['pc_recurrspec']) . ""; echo "
"; -- 2.11.4.GIT