From 5d27afcd689e39eb50d735859ec0a5bd43a1e2c0 Mon Sep 17 00:00:00 2001 From: "Infineon\\StieberD" Date: Tue, 1 Jul 2025 14:41:29 -0700 Subject: [PATCH] minor bug fix --- LSL2/STPROC/OBJ_SAP.txt | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/LSL2/STPROC/OBJ_SAP.txt b/LSL2/STPROC/OBJ_SAP.txt index c6a8e6b..b143e1a 100644 --- a/LSL2/STPROC/OBJ_SAP.txt +++ b/LSL2/STPROC/OBJ_SAP.txt @@ -386,9 +386,9 @@ SendReconcile: SendToGroup = 'FI_SUPPORT' Parms = Recipients:@RM:SentFrom:@RM:Subject:@RM:Message:@RM:AttachWindow:@RM:AttachKey:@RM:SendToGroup obj_Notes('Create',Parms) - Mona_Services('PostStatus', 'MonaOutboundResource', 'SFTP-Interface-Outbound', 'critical') + Mona_Services('PostStatus', MonaOutboundResource, 'SFTP-Interface-Outbound', 'critical') end else - Mona_Services('PostStatus', 'MonaOutboundResource', 'SFTP-Interface-Outbound', 'ok') + Mona_Services('PostStatus', MonaOutboundResource, 'SFTP-Interface-Outbound', 'ok') end StopTime = Time() @@ -1117,9 +1117,9 @@ SendRecord: SendToGroup = 'FI_SUPPORT' Parms = Recipients:@RM:SentFrom:@RM:Subject:@RM:Message:@RM:AttachWindow:@RM:AttachKey:@RM:SendToGroup obj_Notes('Create',Parms) - Mona_Services('PostStatus', 'MonaOutboundResource', 'SFTP-Interface-Outbound', 'critical') + Mona_Services('PostStatus', MonaOutboundResource, 'SFTP-Interface-Outbound', 'critical') end else - Mona_Services('PostStatus', 'MonaOutboundResource', 'SFTP-Interface-Outbound', 'ok') + Mona_Services('PostStatus', MonaOutboundResource, 'SFTP-Interface-Outbound', 'ok') end StopTime = Time() @@ -1376,9 +1376,9 @@ DirNextSeq: SendToGroup = 'FI_SUPPORT' Parms = Recipients:@RM:SentFrom:@RM:Subject:@RM:Message:@RM:AttachWindow:@RM:AttachKey:@RM:SendToGroup obj_Notes('Create',Parms) - Mona_Services('PostStatus', 'MonaOutboundResource', 'SFTP-Interface-Outbound', 'critical') + Mona_Services('PostStatus', MonaOutboundResource, 'SFTP-Interface-Outbound', 'critical') end else - Mona_Services('PostStatus', 'MonaOutboundResource', 'SFTP-Interface-Outbound', 'ok') + Mona_Services('PostStatus', MonaOutboundResource, 'SFTP-Interface-Outbound', 'ok') end StopTime = Time()