We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ec335c3 commit 0d24642Copy full SHA for 0d24642
application/CohortManager/src/Functions/Shared/Model/Participant.cs
@@ -24,7 +24,7 @@ public Participant(ParticipantManagement pm)
24
ReasonForRemovalEffectiveFromDate = pm.ReasonForRemovalDate.ToString();
25
BusinessRuleVersion = pm.BusinessRuleVersion;
26
ExceptionFlag = pm.ExceptionFlag.ToString();
27
- BlockedFlag = pm.ExceptionFlag.ToString();
+ BlockedFlag = pm.BlockedFlag.ToString();
28
RecordInsertDateTime = pm.RecordInsertDateTime.ToString();
29
RecordUpdateDateTime = pm.RecordUpdateDateTime.ToString();
30
0 commit comments