Commit 1fc7c07c authored by ssarkar's avatar ssarkar

updated by manoj on 07/02/13


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@92654 ce508802-f39f-4f6c-b175-0d175dae99d5
parent 23c711cb
......@@ -172,7 +172,7 @@ public class MPhyItemScanIC extends ValidatorEJB implements MPhyItemScanICLocal,
count=0;
sql = "select count(*) from physcan h , physcandet d where h.tran_id = d.tran_id and h.tran_date = ? "
+" and d.loc_code= ? and status='Y' ";
+" and d.loc_code= ? ";
pstmt = conn.prepareStatement(sql);
pstmt.setTimestamp(1, dts);
pstmt.setString(2, locCode);
......
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