Commit 58a6086d authored by wansari's avatar wansari

W15GSUN003 updated for despatch alloc_qty issue


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@99932 ce508802-f39f-4f6c-b175-0d175dae99d5
parent 1a978079
...@@ -652,6 +652,8 @@ public class PalletOutPos extends ValidatorEJB implements PalletOutPosLocal, Pal ...@@ -652,6 +652,8 @@ public class PalletOutPos extends ValidatorEJB implements PalletOutPosLocal, Pal
if("D-SO".equalsIgnoreCase(refSer) && countDso > 0) if("D-SO".equalsIgnoreCase(refSer) && countDso > 0)
{ {
updateLocation(locationList,conn);
errString = allocStockLocCodeTo(allocList,true,conn); errString = allocStockLocCodeTo(allocList,true,conn);
System.out.println("For D-SO after stock transfer connection need to be committed....so connection committed"); System.out.println("For D-SO after stock transfer connection need to be committed....so connection committed");
...@@ -675,7 +677,7 @@ public class PalletOutPos extends ValidatorEJB implements PalletOutPosLocal, Pal ...@@ -675,7 +677,7 @@ public class PalletOutPos extends ValidatorEJB implements PalletOutPosLocal, Pal
else if("S-ORD".equalsIgnoreCase(refSer)) else if("S-ORD".equalsIgnoreCase(refSer))
{ {
//errString = createDespatch(refId,lineNoList,conn);//VTCONPARM //errString = createDespatch(refId,lineNoList,conn);//VTCONPARM
errString = allocStockLocCodeTo(allocList,true,conn); //errString = allocStockLocCodeTo(allocList,true,conn);
updateLocation(locationList,conn); updateLocation(locationList,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