Skip to content

Commit

Permalink
fix facility capacity exports (#2489)
Browse files Browse the repository at this point in the history
fix facility capacity uploads
  • Loading branch information
sainak authored Sep 23, 2024
1 parent 084033a commit 9038b93
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion care/facility/models/facility.py
Original file line number Diff line number Diff line change
Expand Up @@ -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 = [
Expand Down

0 comments on commit 9038b93

Please sign in to comment.