Commit 384abd52 authored by wansari's avatar wansari

W15GSUN003 updated changes for stock transfer confirm isrecordExist true


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@98958 ce508802-f39f-4f6c-b175-0d175dae99d5
parent 004a7327
...@@ -444,7 +444,7 @@ public class ScheduleAWMSInOutTasks implements Schedule ...@@ -444,7 +444,7 @@ public class ScheduleAWMSInOutTasks implements Schedule
pstmt.close();pstmt = null; pstmt.close();pstmt = null;
rs.close();rs = null; rs.close();rs = null;
if("PR".equalsIgnoreCase(refSer)) if("PR".equalsIgnoreCase(refSer) && isRecordExist)
{ {
System.out.println(" created successfully PR Case---------------["+tranID+"]refId["+refId); System.out.println(" created successfully PR Case---------------["+tranID+"]refId["+refId);
headerFlag = true; headerFlag = true;
......
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