We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 257bc91 commit e4a0b05Copy full SHA for e4a0b05
1 file changed
src/main/java/com/iemr/ecd/service/associate/CallClosureImpl.java
@@ -203,7 +203,6 @@ public String closeCall(CallClosureDTO request) {
203
callObj.setCallStatus(Constants.OPEN);
204
}
205
isLanguageMapped = isLanguageMappedWithUser(request);
206
-
207
if(!isLanguageMapped && (callObj.getEcdCallType().equalsIgnoreCase("introductory") || callObj.getEcdCallType().equalsIgnoreCase("ANM"))) {
208
209
callObj.setAllocatedUserId(null);
0 commit comments