File tree Expand file tree Collapse file tree
src/main/java/com/iemr/ecd/service/associate Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -194,7 +194,7 @@ public String closeCall(CallClosureDTO request) {
194194 }
195195 if (obj .getReceivedRoleName () != null && obj .getReceivedRoleName ().equalsIgnoreCase (Constants .ANM )
196196 && request .getPreferredLanguage () != null && !request .getPreferredLanguage ().isEmpty ()) {
197- callObj .setAllocationStatus (Constants .OPEN );
197+ callObj .setAllocationStatus (Constants .UNALLOCATED );
198198 callObj .setCallAttemptNo (0 );
199199 } else {
200200 callObj .setCallAttemptNo (callObj .getCallAttemptNo () + 1 );
@@ -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 );
You can’t perform that action at this time.
0 commit comments