diff --git a/IRaCIS.Core.Application/Service/SiteSurvey/TrialSiteSurveyService.cs b/IRaCIS.Core.Application/Service/SiteSurvey/TrialSiteSurveyService.cs index 0cb4dc7af..3931be3c6 100644 --- a/IRaCIS.Core.Application/Service/SiteSurvey/TrialSiteSurveyService.cs +++ b/IRaCIS.Core.Application/Service/SiteSurvey/TrialSiteSurveyService.cs @@ -390,8 +390,7 @@ namespace IRaCIS.Core.Application.Contracts } else { - item.IsHistoryUserOriginDeleted = find.IsHistoryUserOriginDeleted; - + find.IsHistoryUserOriginDeleted = item.IsHistoryUserOriginDeleted; } }