Commit 12eadc42 authored by wansari's avatar wansari

W15GSUN003 updated for in_out value O in or condition at 168


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@99492 ce508802-f39f-4f6c-b175-0d175dae99d5
parent 589bcb83
...@@ -165,7 +165,7 @@ public class ScheduleAWMSInOutTasks implements Schedule ...@@ -165,7 +165,7 @@ public class ScheduleAWMSInOutTasks implements Schedule
conn.commit(); conn.commit();
} }
} }
if("I".equalsIgnoreCase(inOut)) if("I".equalsIgnoreCase(inOut) || "O".equalsIgnoreCase(inOut))
{ {
System.out.println("Going for stock transfer refId["+refId+"]refSer["+refSer+"]inOut["+inOut+"]"); System.out.println("Going for stock transfer refId["+refId+"]refSer["+refSer+"]inOut["+inOut+"]");
errString = stockTransfer(interfaceHmap,xtraParams,conn); errString = stockTransfer(interfaceHmap,xtraParams,conn);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment