Commit 0308d82e authored by dsawant's avatar dsawant

updated


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@96349 ce508802-f39f-4f6c-b175-0d175dae99d5
parent e6c2d8d4
...@@ -4,7 +4,7 @@ ...@@ -4,7 +4,7 @@
Author: Deepak Sawant. Author: Deepak Sawant.
********************************************************/ ********************************************************/
package ibase.webitm.ejb.dis; package ibase.webitm.ejb.mfg;
import ibase.system.config.ConnDriver; import ibase.system.config.ConnDriver;
import ibase.webitm.ejb.ITMDBAccessEJB; import ibase.webitm.ejb.ITMDBAccessEJB;
...@@ -527,9 +527,18 @@ public class DistIssWiz extends ValidatorEJB implements DistIssWizLocal, DistIss ...@@ -527,9 +527,18 @@ public class DistIssWiz extends ValidatorEJB implements DistIssWizLocal, DistIss
rs.close(); rs.close();
pstmt = null; pstmt = null;
rs = null; rs = null;
System.out.println("detquantity>>"+detquantity); System.out.println("detquantity>>trsn"+detquantity+">>>"+tranId+"<VCXCXc"+tranId.trim().length()+"}}");
if(tranId.trim().length() > 0)
{
totquantity = detquantity;
}
else
{
totquantity = detquantity + quantity;
}
totquantity = detquantity + quantity;
sql = "select sum(qty_order) from distorder_det where dist_order = ? and item_code = ?"; sql = "select sum(qty_order) from distorder_det where dist_order = ? and item_code = ?";
pstmt=conn.prepareStatement(sql); pstmt=conn.prepareStatement(sql);
......
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