mirror of
https://github.com/Hestia-Homes/Model.git
synced 2026-06-30 13:10:47 +00:00
include install_date on AssetCondition 🟩
This commit is contained in:
parent
7bd70ae001
commit
a8ff74c2ea
1 changed files with 1 additions and 0 deletions
|
|
@ -34,6 +34,7 @@ class LbwfMapper(Mapper):
|
||||||
quantity=raw_asset.quantity,
|
quantity=raw_asset.quantity,
|
||||||
renewal_year=LbwfMapper._calculate_renewal_year(raw_asset, survey_year),
|
renewal_year=LbwfMapper._calculate_renewal_year(raw_asset, survey_year),
|
||||||
source=raw_asset.element_comments,
|
source=raw_asset.element_comments,
|
||||||
|
install_date=raw_asset.install_date,
|
||||||
)
|
)
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue