From 483b69ff41557ed32669677278451f7a4a98723d Mon Sep 17 00:00:00 2001 From: Khalim Conn-Kowlessar Date: Tue, 14 Jul 2026 23:20:36 +0000 Subject: [PATCH] =?UTF-8?q?Capture=20the=20surveyed=20Wall=20Dry-Lined=20a?= =?UTF-8?q?nswer=20per=20building=20part=20=F0=9F=9F=A9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-Authored-By: Claude Fable 5 --- backend/documents_parser/extractor.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/backend/documents_parser/extractor.py b/backend/documents_parser/extractor.py index 767e8c731..8871ab4fc 100644 --- a/backend/documents_parser/extractor.py +++ b/backend/documents_parser/extractor.py @@ -248,6 +248,7 @@ class PasHubRdSapSiteNotesExtractor: data, "Party wall construction type:" ) or "", + dry_lined=self._optional_bool_in(data, "Wall Dry-Lined?"), ) def _parse_extension_construction( @@ -278,6 +279,7 @@ class PasHubRdSapSiteNotesExtractor: data, "Party wall construction type:" ) or "", + dry_lined=self._optional_bool_in(data, "Wall Dry-Lined?"), ) def extract_building_measurements(self) -> BuildingMeasurements: