Commit ab1445f2 authored by ngadkari's avatar ngadkari

Changes in despatchPost() method removed tranID set as item code in sql to get itmSer

git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@189204 ce508802-f39f-4f6c-b175-0d175dae99d5
parent 7a4bc917
......@@ -3185,7 +3185,7 @@ public class InvAcct
sql1 =" Select (case when b.inv_acct is null then 'N' else b.inv_acct end) as ls_item_ser From Item a,ItemSer b Where a.item_ser = b.item_ser And a.item_code = ? ";
pstmt1 = conn.prepareStatement(sql1);
pstmt1.setString(1,tranId);
pstmt1.setString(1,itemCode);// Chnages by Nandkumar Gadkari on 13/08/18 removed tranid set as item code
//rs1 = pstmt1.executeQuery(sql1);
//Changes by mayur on 12-June-2018--[start]
......
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