mirror of
https://github.com/Hestia-Homes/survey-extraction.git
synced 2026-06-08 11:17:29 +00:00
local changes
This commit is contained in:
parent
ff255ca53c
commit
d4819cfbf6
1 changed files with 2 additions and 1 deletions
|
|
@ -25,7 +25,8 @@ 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' and survey.pre_site_note.property_description.main_property.wall.construction.lower() == "cavity wall":
|
||||
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