Skip to content

Commit d5b1f09

Browse files
authored
Merge branch 'master' into POC-130
2 parents 50fbf9c + 6399e45 commit d5b1f09

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/reporting-framework/json-reports/prep-monthly-summary-base.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@
149149
"alias": "general_pop_active",
150150
"expressionType": "simple_expression",
151151
"expressionOptions": {
152-
"expression": "IF((prep.population_type = 3 or prep.population_type = 1 or prep.population_type is null) and active_on_prep_this_month = 1 ,1, 0)"
152+
"expression": "IF((prep.population_type = 3 or prep.population_type is null) and active_on_prep_this_month = 1 ,1, 0)"
153153
}
154154
},
155155
{

0 commit comments

Comments
 (0)