From 93634ca1735e13c1851de179c7529e777183b11c Mon Sep 17 00:00:00 2001 From: rdbsolutions Date: Thu, 9 Jan 2025 16:10:09 +0000 Subject: [PATCH] uat defect 117 --- actions/index.js | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/actions/index.js b/actions/index.js index a8c0c1f2..4adf8941 100644 --- a/actions/index.js +++ b/actions/index.js @@ -1942,12 +1942,18 @@ export const createContainerProxy = (containerName) => { }); }; -export const sendCaseCompleteMessage = async (containerID, caseReference) => { +export const sendCaseCompleteMessage = async ( + containerID, + caseReference, + inv +) => { var queryUrl = "/api/file/createappealcompletemessage_api?container=" + containerID + "&tempcaseref=" + - caseReference; + caseReference + + "&inv=" + + inv; var config = { method: "get",