diff --git a/backend/contracts/src/main/java/org/egov/works/service/NotificationService.java b/backend/contracts/src/main/java/org/egov/works/service/NotificationService.java index 984bdb813f..3fa601c77d 100644 --- a/backend/contracts/src/main/java/org/egov/works/service/NotificationService.java +++ b/backend/contracts/src/main/java/org/egov/works/service/NotificationService.java @@ -394,7 +394,8 @@ private String getMessage(ContractRequest request, boolean isCBORole) { message = getMessage(request, ContractServiceConstants.CONTRACT_REVISION_REJECT_LOCALIZATION_CODE); } else if ("APPROVE".equalsIgnoreCase(workflow.getAction())) { message = getMessage(request, ContractServiceConstants.CONTRACT_REVISION_APPROVE_LOCALIZATION_CODE); - } else if ("SEND_BACK_TO_ORIGINATOR".equalsIgnoreCase(workflow.getAction()) || "SEND_BACK".equalsIgnoreCase(workflow.getAction())) { + } else if ("SEND_BACK_TO_ORIGINATOR".equalsIgnoreCase(workflow.getAction()) || "SEND_BACK".equalsIgnoreCase(workflow.getAction())|| + "SEND_BACK_TO_CBO".equalsIgnoreCase(workflow.getAction())) { message = getMessage(request, ContractServiceConstants.CONTRACT_REVISION_SEND_BACK_LOCALIZATION_CODE); } }else {