From 61dfb34e5b9b5ae0f46e274a31115e6858657959 Mon Sep 17 00:00:00 2001 From: Daniel Roth Date: Tue, 21 Apr 2026 15:08:47 +0000 Subject: [PATCH] =?UTF-8?q?extracy=20heating=20immersion=20type=20?= =?UTF-8?q?=F0=9F=9F=A9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- backend/documents_parser/extractor.py | 1 + 1 file changed, 1 insertion(+) diff --git a/backend/documents_parser/extractor.py b/backend/documents_parser/extractor.py index 350cceef..5ab09c93 100644 --- a/backend/documents_parser/extractor.py +++ b/backend/documents_parser/extractor.py @@ -589,6 +589,7 @@ class PasHubRdSapSiteNotesExtractor: insulation_type=self._get_in(data, "Insulation Type:"), insulation_thickness_mm=thickness_mm, has_thermostat=self._optional_bool_in(data, "Cylinder Thermostat:") or self._optional_bool_in(data, "Has thermostat?"), + immersion_type=self._get_in(data, "Immersion:"), ) def _parse_window(self, window_id: int, data: List[str]) -> Window: