Skip to content

Commit b7f9e34

Browse files
committed
Stunting Rollback
1 parent cea20e0 commit b7f9e34

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/tlo/methods/stunting.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -530,7 +530,7 @@ class HSI_Stunting_ComplementaryFeeding(HSI_Event, IndividualScopeEventMixin):
530530
def __init__(self, module, person_id):
531531
super().__init__(module, person_id=person_id)
532532

533-
self.TREATMENT_ID = 'Undernutrition_Feeding_Outpatient'
533+
self.TREATMENT_ID = 'Undernutrition_Feeding'
534534
self.EXPECTED_APPT_FOOTPRINT = self.make_appt_footprint({'U5Malnutr': 1})
535535
self.ACCEPTED_FACILITY_LEVEL = '1a'
536536

0 commit comments

Comments
 (0)