changed cost key

This commit is contained in:
Khalim Conn-Kowlessar 2024-07-08 19:20:45 +01:00
parent 11a20bd9a7
commit 1350d8ec9e

View file

@ -130,7 +130,7 @@ class SolarPvRecommendations:
"new_u_value": None,
"sap_points": None,
"already_installed": False,
"total_cost": total_cost,
"total": total_cost,
# This is required for simulating the SAP impact. solar_pv_percentage is between 0 & 1 so we scale
# back up here
"photo_supply": roof_coverage_percent,