Commit b37d0ee6 authored by agaikwad's avatar agaikwad

Unconfirmed Receipts are present against dist_order throw error


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@101724 ce508802-f39f-4f6c-b175-0d175dae99d5
parent 62de2d9e
...@@ -121,6 +121,7 @@ public class DistOrderCnc extends ActionHandlerEJB implements DistOrderCncLocal, ...@@ -121,6 +121,7 @@ public class DistOrderCnc extends ActionHandlerEJB implements DistOrderCncLocal,
System.out.println("cnt@@@@@@@@@@@@@@@@@@@@@@"+cnt1+":"); System.out.println("cnt@@@@@@@@@@@@@@@@@@@@@@"+cnt1+":");
if(cnt1 > 0) if(cnt1 > 0)
{ {
System.out.println("COUNT is "+cnt1);
errCode ="VTCANC6"; errCode ="VTCANC6";
} }
if(errCode == null || errCode.trim().length() == 0) if(errCode == null || errCode.trim().length() == 0)
......
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