mirror of
https://github.com/Hestia-Homes/survey-extraction.git
synced 2026-06-30 13:10:56 +00:00
cavity walls only
This commit is contained in:
parent
b6225dad20
commit
ff255ca53c
1 changed files with 1 additions and 1 deletions
|
|
@ -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")
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue