Skip to content

Commit

Permalink
Merge pull request #1273 from OpenSRP/rvl-1431-issue-1272-fix
Browse files Browse the repository at this point in the history
resolves #1272
  • Loading branch information
lindagcaba authored Mar 5, 2021
2 parents 3916241 + bb64c26 commit 76ebe88
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,14 @@
name: step1_treated_male_1-4
description: step1_treated_male_1
priority: 1
condition: "step1_ntd_treated.equals('SCH')"
condition: "!step1_ntd_treated.equals('SCH')"
actions:
- "isRelevant = true"
---
name: step1_treated_female_1-4
description: step1_treated_female_1-4
priority: 1
condition: "step1_ntd_treated.equals('SCH')"
condition: "!step1_ntd_treated.equals('SCH')"
actions:
- "isRelevant = true"
---
Expand Down

0 comments on commit 76ebe88

Please sign in to comment.