diff --git a/src/com/eactive/eai/inbound/remote/RemoteTransfer.java b/src/com/eactive/eai/inbound/remote/RemoteTransfer.java index 519e2fd..6278002 100644 --- a/src/com/eactive/eai/inbound/remote/RemoteTransfer.java +++ b/src/com/eactive/eai/inbound/remote/RemoteTransfer.java @@ -323,7 +323,7 @@ public class RemoteTransfer { inPath = inPath.replaceAll("#SDATE#", today); } if(inPath.lastIndexOf("#SDATE-1#") > -1) { - inPath = inPath.replaceAll("#SDATE-1#", DatetimeUtil.getDayAddedDate(today, -1)); + inPath = inPath.replaceAll("#SDATE-1#", DatetimeUtil.getDayAddedDate2(today, -1)); } if(inPath.lastIndexOf("#SDATE_YYYYMM#") > -1) {