Commit 50a2bf5c authored by kshinde's avatar kshinde

Sorder IC group scheme bug fix

git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@176930 ce508802-f39f-4f6c-b175-0d175dae99d5
parent a5d989f9
...@@ -13027,7 +13027,7 @@ public class SalesOrderIC extends ValidatorEJB implements SalesOrderICLocal, Sal ...@@ -13027,7 +13027,7 @@ public class SalesOrderIC extends ValidatorEJB implements SalesOrderICLocal, Sal
pstmt = null; pstmt = null;
System.out.println("before cnt1 "+cnt+"]");*/ System.out.println("before cnt1 "+cnt+"]");*/
if(cnt > 0) if(countSch > 0)
{ {
sql ="select count (*) as cnt from sch_pur_items where SCHEME_CODE =? and item_code=?"; sql ="select count (*) as cnt from sch_pur_items where SCHEME_CODE =? and item_code=?";
pstmt = conn.prepareStatement(sql); pstmt = conn.prepareStatement(sql);
......
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