Lodge the surveyed Wall Dry-Lined answer on the SAP building part 🟩

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
This commit is contained in:
Khalim Conn-Kowlessar 2026-07-14 23:22:22 +00:00
parent 073e5ce30c
commit 5a7ff6de1c

View file

@ -6096,6 +6096,9 @@ def _map_main_building_part(
main.walls_insulation_type
),
wall_thickness_measured=main.wall_thickness_mm is not None,
# "Wall Dry-Lined? Yes" routes the wall U through the RdSAP10 §5.8 /
# Table 14 adjustment; None (not asked) leaves the cascade default.
wall_dry_lined=main.dry_lined,
party_wall_construction=_pashub_party_wall_construction_int(
main.party_wall_construction_type
),
@ -6133,6 +6136,9 @@ def _map_extension_building_part(
ext_c.walls_insulation_type
),
wall_thickness_measured=ext_c.wall_thickness_mm is not None,
# "Wall Dry-Lined? Yes" routes the wall U through the RdSAP10 §5.8 /
# Table 14 adjustment; None (not asked) leaves the cascade default.
wall_dry_lined=ext_c.dry_lined,
party_wall_construction=_pashub_party_wall_construction_int(
ext_c.party_wall_construction_type
),