From c8ecc82a04d3eaa9043db8a08d96e024579e4a3c Mon Sep 17 00:00:00 2001 From: Daniel Roth Date: Tue, 21 Apr 2026 11:14:05 +0000 Subject: [PATCH] =?UTF-8?q?map=20water=20heating=20cylinder=20size=20?= =?UTF-8?q?=F0=9F=9F=A9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- datatypes/epc/domain/mapper.py | 1 + 1 file changed, 1 insertion(+) diff --git a/datatypes/epc/domain/mapper.py b/datatypes/epc/domain/mapper.py index 8ed8c1b5..fa72cfe5 100644 --- a/datatypes/epc/domain/mapper.py +++ b/datatypes/epc/domain/mapper.py @@ -1561,5 +1561,6 @@ def _map_sap_heating( has_fixed_air_conditioning=ventilation.has_fixed_air_conditioning, secondary_fuel_type=secondary_fuel_type, shower_outlets=shower_outlets, + cylinder_size=heating.water_heating.cylinder_size if heating.water_heating.cylinder_size != "No Cylinder" else None, cylinder_insulation_thickness_mm=heating.water_heating.insulation_thickness_mm, )