remote assessment complete

This commit is contained in:
Khalim Conn-Kowlessar 2024-11-15 21:17:37 +00:00
parent 0796b384fb
commit 2b22a6012f

View file

@ -66,7 +66,7 @@ class HotwaterRecommendations:
(self.property.hotwater["heater_type"] in ["electric immersion"]) &
(self.property.data["hot-water-energy-eff"] == "Very Poor") &
(self.property.hotwater["no_system_present"] is None) &
len(has_tank_recommendation) == 0
(len(has_tank_recommendation) == 0)
):
self.recommend_tank_insulation(phase=phase)
return