Merge pull request #483 from Hestia-Homes/funding-engine

solar pv recomendation description
This commit is contained in:
KhalimCK 2025-08-22 04:16:54 +01:00 committed by GitHub
commit 4aae862253
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -264,7 +264,7 @@ class SolarPvRecommendations:
scaffolding_options=self.scaffolding_options,
n_floors=self.property.number_of_floors
)
description = f"solar_pv_product['description'] - {solar_pv_product['size']} kWp system"
description = f"{solar_pv_product['description']} - {solar_pv_product['size']} kWp system"
if self.property.in_conservation_area:
description += " Property is in a consevation area - please check with local planning authority."