Skip to content

Commit

Permalink
Merge pull request #385 from bcgov/yj
Browse files Browse the repository at this point in the history
fix: TDR from listing
  • Loading branch information
ychung-mot authored Jun 17, 2024
2 parents 28bbaf7 + fddeebb commit 50500a4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions server/StrDss.Service/DelistingService.cs
Original file line number Diff line number Diff line change
Expand Up @@ -511,6 +511,7 @@ private async Task SendTakedownRequestEmailFromListing(TakedownRequestsFromListi
RequestingOrganizationId = _currentUser.OrganizationId,
IsWithStandardDetail = listing.IsWithStandardDetail,
CustomDetailTxt = listing.CustomDetailTxt,
ConcernedWithRentalListingId = template.RentalListingId,
};

await _emailRepo.AddEmailMessage(emailEntity);
Expand Down

0 comments on commit 50500a4

Please sign in to comment.