Commit 71cf0236 authored by agaikwad's avatar agaikwad

Note required in post save


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@104723 ce508802-f39f-4f6c-b175-0d175dae99d5
parent 43199096
......@@ -357,7 +357,7 @@ public class DissIssuePosSave extends ValidatorEJB implements DissIssuePosSave
/*
sql = "select alloc_qty from stock where site_code = ? AND LOT_SL = ? AND QUANTITY > 0";
pstmt= conn.prepareStatement(sql);
pstmt.setString( 1, siteCode );
......@@ -401,7 +401,7 @@ public class DissIssuePosSave extends ValidatorEJB implements DissIssuePosSave
System.out.println("called allocTraceBean.updateInvallocTrace(allocQtyMap, conn);");
retString=allocTraceBean.updateInvallocTrace(allocQtyMap, conn);
}
*/
......
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