From a5c9ff09f74d1b74128d7842da103018649beadc Mon Sep 17 00:00:00 2001 From: Daniel Roth Date: Tue, 21 Apr 2026 11:51:45 +0000 Subject: [PATCH] =?UTF-8?q?map=20secondary=20heating=20system=20to=20secon?= =?UTF-8?q?dary=5Fheating=5Ftype=20=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 fa72cfe5..0e5dc569 100644 --- a/datatypes/epc/domain/mapper.py +++ b/datatypes/epc/domain/mapper.py @@ -1560,6 +1560,7 @@ def _map_sap_heating( ], has_fixed_air_conditioning=ventilation.has_fixed_air_conditioning, secondary_fuel_type=secondary_fuel_type, + secondary_heating_type=heating.secondary_heating.secondary_system, 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,