Skip to content

Commit

Permalink
Fix comments
Browse files Browse the repository at this point in the history
  • Loading branch information
anvmn committed Aug 29, 2021
1 parent 205d23c commit 8f604c9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions server/hedley/modules/custom/hedley_stats/hedley_stats.module
Original file line number Diff line number Diff line change
Expand Up @@ -1291,11 +1291,11 @@ function hedley_stats_get_case_management_for_period($health_center_id, $period

if (in_array($type, ['nutrition', 'nutrition_nutrition'])) {
if ($value != 'none') {
// This indicates front-end to if a 'Severe' case.
// This indicates to front-end of a 'Severe nutrition' case.
$people[$id]['nutrition']['nutrition_signs'][$month] = -3;
}
else {
// This indicates front-end to if a 'Good nutrition' case.
// This indicates to front-end of a 'Good nutrition' case.
$people[$id]['nutrition']['nutrition_signs'][$month] = 3;
}

Expand Down

0 comments on commit 8f604c9

Please sign in to comment.