From 9038b931e3e97873b9d92f80b768cb763edbdd69 Mon Sep 17 00:00:00 2001 From: Aakash Singh Date: Mon, 23 Sep 2024 17:18:16 +0530 Subject: [PATCH] fix facility capacity exports (#2489) fix facility capacity uploads --- care/facility/models/facility.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/care/facility/models/facility.py b/care/facility/models/facility.py index d2a1db7360..fcc2408114 100644 --- a/care/facility/models/facility.py +++ b/care/facility/models/facility.py @@ -79,7 +79,7 @@ class FacilityFeature(models.IntegerChoices): ROOM_TYPES.extend(BASE_ROOM_TYPES) -REVERSE_ROOM_TYPES = reverse_choices(ROOM_TYPES) +REVERSE_ROOM_TYPES = reverse_choices(RoomType.choices) REVERSE_FEATURE_CHOICES = reverse_choices(FEATURE_CHOICES) FACILITY_TYPES = [