diff --git a/IRaCIS.Core.Application/Service/Reading/ReadingQuestionService.cs b/IRaCIS.Core.Application/Service/Reading/ReadingQuestionService.cs index c4525d8b2..d6deb4f08 100644 --- a/IRaCIS.Core.Application/Service/Reading/ReadingQuestionService.cs +++ b/IRaCIS.Core.Application/Service/Reading/ReadingQuestionService.cs @@ -79,7 +79,7 @@ namespace IRaCIS.Application.Services await _trialRepository.UpdatePartialFromQueryAsync(inDto.TrialId, x => new Trial() { ArbitrationRule = inDto.ArbitrationRule, - IsArbitrationReading = inDto.IsArbitrationReading, + //IsArbitrationReading = inDto.IsArbitrationReading, }); var result = await _trialRepository.SaveChangesAsync();