mirror of
https://github.com/Hestia-Homes/survey-extraction.git
synced 2026-07-22 08:48:39 +00:00
Merge pull request #29 from Hestia-Homes/feature/sharepoint_integration
cavity walls only
This commit is contained in:
commit
07b65bbfbf
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