Skip to content

Commit

Permalink
Merge pull request #591 from Gary-Community-Ventures/bug/wic_values
Browse files Browse the repository at this point in the history
Update WIC values
  • Loading branch information
CalebPena authored Oct 18, 2024
2 parents 8805501 + 4e185c5 commit 2bc0de4
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions programs/programs/co/pe/member.py
Original file line number Diff line number Diff line change
Expand Up @@ -85,10 +85,10 @@ class CoWic(Wic):
wic_categories = {
"NONE": 0,
"INFANT": 130,
"CHILD": 26,
"PREGNANT": 47,
"POSTPARTUM": 47,
"BREASTFEEDING": 52,
"CHILD": 79,
"PREGNANT": 104,
"POSTPARTUM": 88,
"BREASTFEEDING": 121,
}
pe_inputs = [
*Wic.pe_inputs,
Expand Down

0 comments on commit 2bc0de4

Please sign in to comment.