include install_date on AssetCondition 🟩

This commit is contained in:
Daniel Roth 2026-01-21 12:37:23 +00:00
parent 7bd70ae001
commit a8ff74c2ea

View file

@ -34,6 +34,7 @@ class LbwfMapper(Mapper):
quantity=raw_asset.quantity,
renewal_year=LbwfMapper._calculate_renewal_year(raw_asset, survey_year),
source=raw_asset.element_comments,
install_date=raw_asset.install_date,
)
)