This commit is contained in:
CHIEFSOFT\ameye
2024-03-03 07:50:54 -05:00
parent c03b833354
commit 88b9c57e0d
3 changed files with 7 additions and 2 deletions
+1
View File
@@ -470,6 +470,7 @@ class ResultFormatter extends Model
"family_uid" => $out["uid_${key}"],
"firstname" => $out["firstname_${key}"],
"lastname" => $out["lastname_${key}"],
"username" => $out["username_${key}"],
"age" => $this->GetFamilyAge( $out["age_${key}"],$out["year_${key}"],$out["month_${key}"]),
"year" => $out["year_${key}"],
"month" => $out["month_${key}"],