Skip to content

Commit

Permalink
remove airpollutionfollowup crf on enrollment visit
Browse files Browse the repository at this point in the history
  • Loading branch information
frdrckaman committed Sep 15, 2022
1 parent a5d28db commit bc1eb2b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion edcs_crf/crfs.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
Crf(show_order=123, model="edcs_subject.cookingfuel"),
Crf(show_order=124, model="edcs_subject.housekitchensurrounding"),
Crf(show_order=125, model="edcs_subject.effectairpollution"),
Crf(show_order=126, model="edcs_subject.airpollutionfollowup"),
# Crf(show_order=126, model="edcs_subject.airpollutionfollowup"),
Crf(show_order=127, model="edcs_subject.homelocator"),
Crf(show_order=128, model="edcs_subject.LabPartA"),
Crf(show_order=129, model="edcs_subject.LabPartB"),
Expand Down

0 comments on commit bc1eb2b

Please sign in to comment.