From 48c3cbe9e8305ec1c5a158fd4f7417024b8f43fb Mon Sep 17 00:00:00 2001 From: Antony_Hruschev Date: Thu, 12 Dec 2024 13:03:12 +0400 Subject: [PATCH] UXPROD-5001 Updated comment --- .../org/folio/circulation/resources/RequestNoticeSender.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/java/org/folio/circulation/resources/RequestNoticeSender.java b/src/main/java/org/folio/circulation/resources/RequestNoticeSender.java index 94b49538c9..d50e0a9896 100644 --- a/src/main/java/org/folio/circulation/resources/RequestNoticeSender.java +++ b/src/main/java/org/folio/circulation/resources/RequestNoticeSender.java @@ -120,7 +120,7 @@ public Result sendNoticeOnRequestCancelled( log.debug("sendNoticeOnRequestCancelled:: parameters records: {}", () -> records); Request request = records.getRequest(); - // Send the cancellation notice only if the suppressNotification flag is false + // Send the cancellation notice only if the isDcbReRequestCancellation flag is false if (!request.getDcbReRequestCancellationValue()) { if (request.hasItemId()) { sendCancellationNoticeForRequestWithItemId(request);