Commit 26d2f523 authored by smanohar's avatar smanohar

Unpost of purchase receipt incorporated

git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@215442 ce508802-f39f-4f6c-b175-0d175dae99d5
parent fb1924e0
...@@ -2493,7 +2493,7 @@ public class UnpostFin extends ProcessEJB ...@@ -2493,7 +2493,7 @@ public class UnpostFin extends ProcessEJB
if ("P-RCP".equals(refSer.trim())) if ("P-RCP".equals(refSer.trim()))
{ {
sql = "select site_code, item_code, loc_code, lot_no, lot_sl, eff_qty, ref_line " sql = "select site_code, item_code, loc_code, lot_no, lot_sl, eff_qty, ref_line "
+ " from invtrace where ref_ser = ? and ref_id = ? " ; + " from invtrace where ref_ser = ? and ref_id = ? and loc_code in('INTR','GIT') " ;
pstmt1 = conn.prepareStatement(sql); pstmt1 = conn.prepareStatement(sql);
pstmt1.setString(1, refSer); pstmt1.setString(1, refSer);
......
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