Commit 1f4a5630 authored by ssalve's avatar ssalve

Sarita : checked status for 'A' - confirmed on 14MARCH2019

git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@198456 ce508802-f39f-4f6c-b175-0d175dae99d5
parent 82ff9b56
......@@ -234,7 +234,10 @@ public class DistIssueSync extends ActionHandlerEJB implements DistIssueSyncLoca
+ "where item_code = ? "
+ "AND lot_no = ? "
+ "AND lot_sl = ?"
+ "AND status = 'C'";
//Added and Commented by sarita to check status for Confirmed Transactions on 14MARCH2019 [START]
//+ "AND status = 'C'";
+ "AND status = 'A'";
//Added and Commented by sarita to check status for Confirmed Transactions on 14MARCH2019 [END]
pstmt1 = conn.prepareStatement(sql1);
pstmt1.setString(1, itemCodeIssue);
pstmt1.setString(2, lotNoIssue);
......
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