Fixed spelling of built form for asset lst

This commit is contained in:
Khalim Conn-Kowlessar 2024-05-21 10:46:23 +01:00
parent 5a65032bfe
commit 8672ecc1f9

View file

@ -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},