From ad254da552b5deb4406ccc876f713f0c04f27f39 Mon Sep 17 00:00:00 2001 From: Dror Golan Date: Sun, 26 Mar 2017 09:11:32 +0300 Subject: [PATCH] Fix translation of groups statuses list --- interface/therapy_groups/therapy_groups_models/group_statuses_model.php | 1 + 1 file changed, 1 insertion(+) diff --git a/interface/therapy_groups/therapy_groups_models/group_statuses_model.php b/interface/therapy_groups/therapy_groups_models/group_statuses_model.php index e06969f0e..42e499f72 100644 --- a/interface/therapy_groups/therapy_groups_models/group_statuses_model.php +++ b/interface/therapy_groups/therapy_groups_models/group_statuses_model.php @@ -51,6 +51,7 @@ class Group_Statuses{ $result = sqlStatement($sql, array('attendstat')); $final_result =array(); while($row = sqlFetchArray($result)){ + $row['title']=xla(trim($row['title'])); $final_result[] = $row; } return $final_result; -- 2.11.4.GIT