Skip to content

Commit e4a0b05

Browse files
Allocation call changes
1 parent 257bc91 commit e4a0b05

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

src/main/java/com/iemr/ecd/service/associate/CallClosureImpl.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -203,7 +203,6 @@ public String closeCall(CallClosureDTO request) {
203203
callObj.setCallStatus(Constants.OPEN);
204204
}
205205
isLanguageMapped = isLanguageMappedWithUser(request);
206-
207206
if(!isLanguageMapped && (callObj.getEcdCallType().equalsIgnoreCase("introductory") || callObj.getEcdCallType().equalsIgnoreCase("ANM"))) {
208207

209208
callObj.setAllocatedUserId(null);

0 commit comments

Comments
 (0)