Commit 118302a5 authored by prane's avatar prane

git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@175143 ce508802-f39f-4f6c-b175-0d175dae99d5
parent b719fc2c
...@@ -667,7 +667,8 @@ public class PoReturnIC extends ValidatorEJB implements PoReturnICLocal, ...@@ -667,7 +667,8 @@ public class PoReturnIC extends ValidatorEJB implements PoReturnICLocal,
pstmt.close(); pstmt.close();
pstmt = null; pstmt = null;
System.out.println("@@@@invoice_no--> ll_cnt > 0[" + ll_cnt + "]"); System.out.println("@@@@invoice_no--> ll_cnt > 0[" + ll_cnt + "]");
if(cnt > 0) //if(cnt > 0)//if condn changed by Pavan r on 4/DEC/17 for duplicate bill no error
if(ll_cnt > 0)
{ {
errCode = "VTBILL1"; errCode = "VTBILL1";
errList.add(errCode); errList.add(errCode);
......
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