Skip to content

Commit 291621d

Browse files
[SPDBT-4448] default innoculations (#2860)
# Description This PR includes the following proposed change(s): - set innoculations to true for New and Accredited GDSD Team Appl
1 parent 021ad83 commit 291621d

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/Spd.Resource.Repository/GDSDApp/GDSDAppRepository.cs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -105,6 +105,9 @@ private spd_application PrepareNewAppDataInDbContext(GDSDApp appData, contact ap
105105
team? serviceTeam = _context.teams.Where(t => t.teamid == teamGuid).FirstOrDefault();
106106
if (appData.IsDogTrainedByAccreditedSchool.HasValue && appData.IsDogTrainedByAccreditedSchool.Value)
107107
{
108+
// SPDBT-4448 - set innoculations to true for New and Accredited GDSD Team Appl
109+
app.spd_dogsinoculationsuptodate = (int)YesNoOptionSet.Yes;
110+
108111
if (appData.AccreditedSchoolQuestions != null)
109112
{
110113
//accredited school

0 commit comments

Comments
 (0)