Skip to content

Commit 55f5c65

Browse files
authored
Merge pull request #49 from LBHackney-IT/feature/ts-1921-add-is-part-ta-block-flag
add IsPartOfTemporaryAccommodationBlock flag to AssetManagement
2 parents d1432c7 + fea3581 commit 55f5c65

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Hackney.Shared.Asset/Domain/AssetManagement.cs

+1
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ public class AssetManagement
1818
public string CouncilTaxLiability { get; set; }
1919
public bool? IsTemporaryAccomodation { get; set; }
2020
public bool? IsTemporaryAccommodationBlock { get; set; }
21+
public bool? IsPartOfTemporaryAccommodationBlock { get; set; }
2122
public Guid? TemporaryAccommodationParentAssetId { get; set; }
2223
public bool? ReadyToLetDate { get; set; }
2324
}

0 commit comments

Comments
 (0)