Skip to content

Commit

Permalink
HavePetsFood change reverted - required in registrant module
Browse files Browse the repository at this point in the history
  • Loading branch information
TimA authored and TimA committed Mar 13, 2024
1 parent 3e871dc commit 8e11705
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,7 @@ public class NeedsAssessment
public bool? CanProvideIncidentals { get; set; }
public IEnumerable<HouseholdMember> HouseholdMembers { get; set; } = Array.Empty<HouseholdMember>();
public IEnumerable<Pet> Pets { get; set; } = Array.Empty<Pet>();
public bool? HavePetsFood { get; set; }
public IEnumerable<Note> Notes { get; set; } = Array.Empty<Note>();
}

Expand Down

0 comments on commit 8e11705

Please sign in to comment.