mirror of
https://github.com/Hestia-Homes/Model.git
synced 2026-06-08 11:17:27 +00:00
Fixed spelling of built form for asset lst
This commit is contained in:
parent
5a65032bfe
commit
8672ecc1f9
1 changed files with 2 additions and 2 deletions
|
|
@ -131,8 +131,8 @@ def parse_property_type(config):
|
|||
"Detached": {"property_type": "House", "built_form": "Detached"},
|
||||
"Semi-detached": {"property_type": "House", "built_form": "Semi-detached"},
|
||||
"Bungalow": {"property_type": "Bungalow", "built_form": "Detached"},
|
||||
"Mid Terrace": {"property_type": "House", "built_form": "Mid Terrace"},
|
||||
"End Terrace": {"property_type": "House", "built_form": "End Terrace"},
|
||||
"Mid Terrace": {"property_type": "House", "built_form": "Mid-Terrace"},
|
||||
"End Terrace": {"property_type": "House", "built_form": "End-Terrace"},
|
||||
"Top Flat": {"property_type": "Flat", "built_form": None},
|
||||
"Mid Flat": {"property_type": "Flat", "built_form": None},
|
||||
"Low rise flat (1-2 storey)": {"property_type": "Flat", "built_form": None},
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue