cavity walls only

This commit is contained in:
Jun-te Kim 2025-03-20 15:54:56 +00:00
parent b6225dad20
commit ff255ca53c

View file

@ -25,7 +25,7 @@ def main():
for survey in list_of_surveys:
if survey.pre_site_note:
if survey.pre_site_note.property_description.main_property.wall.insulation.lower() == 'as built':
if survey.pre_site_note.property_description.main_property.wall.insulation.lower() == 'as built' and survey.pre_site_note.property_description.main_property.wall.construction.lower() == "cavity wall":
if survey.csr:
data["Price"].append(500)
data["Type of Work"].append("REMIDIAL CWI ONLY")