diff --git a/IRaCIS.Core.Application/Service/Allocation/VisitTaskService.cs b/IRaCIS.Core.Application/Service/Allocation/VisitTaskService.cs index 869efc58..96dd3377 100644 --- a/IRaCIS.Core.Application/Service/Allocation/VisitTaskService.cs +++ b/IRaCIS.Core.Application/Service/Allocation/VisitTaskService.cs @@ -908,6 +908,7 @@ namespace IRaCIS.Core.Application.Service.Allocation IsReadingShowSubjectInfo= criterionConfig.IsReadingShowSubjectInfo, IsReadingShowPreviousResults= criterionConfig.IsReadingShowPreviousResults, DigitPlaces= criterionConfig.DigitPlaces, + CriterionType=criterionConfig.CriterionType, }); } else @@ -935,6 +936,7 @@ namespace IRaCIS.Core.Application.Service.Allocation IsReadingShowSubjectInfo = criterionConfig.IsReadingShowSubjectInfo, IsReadingShowPreviousResults = criterionConfig.IsReadingShowPreviousResults, DigitPlaces = criterionConfig.DigitPlaces, + CriterionType = criterionConfig.CriterionType, }); }