Skip to content

Commit

Permalink
Fix Facility CSV for wards
Browse files Browse the repository at this point in the history
  • Loading branch information
vigneshhari committed Sep 26, 2020
1 parent 2533f3f commit 495bbc8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions care/facility/models/facility.py
Original file line number Diff line number Diff line change
Expand Up @@ -130,6 +130,8 @@ def save(self, *args, **kwargs) -> None:
"name": "Facility Name",
"facility_type": "Facility Type",
"address": "Address",
"ward__name": "Ward Name",
"ward__number": "Ward Number",
"local_body__name": "Local Body",
"district__name": "District",
"state__name": "State",
Expand Down

0 comments on commit 495bbc8

Please sign in to comment.