Commit db07ecc7 authored by prane's avatar prane

bug fix

git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@182842 ce508802-f39f-4f6c-b175-0d175dae99d5
parent 95a42461
...@@ -1654,7 +1654,7 @@ public class DistIssueAct extends ActionHandlerEJB implements DistIssueActLocal, ...@@ -1654,7 +1654,7 @@ public class DistIssueAct extends ActionHandlerEJB implements DistIssueActLocal,
String tranType = "", checkIntegralQty = "", rate1 = "", active = "", itemDescr = "", locDescr = ""; String tranType = "", checkIntegralQty = "", rate1 = "", active = "", itemDescr = "", locDescr = "";
String sql = "",sql1 = "", sql2 = "", lotNo = "", packCode = "", discountAmt = ""; String sql = "",sql1 = "", sql2 = "", lotNo = "", packCode = "", discountAmt = "";
String suppSour = "", trackShelfLife = "", siteCodeMfg = "", sundryCode = "", potencyPerc = ""; String suppSour = "", trackShelfLife = "", siteCodeMfg = "", sundryCode = "", potencyPerc = "";
String priceList = "", tabValue = "", priceListClg = "", chkDate = "", disCountPer = ""; String priceList = "", tabValue = "", priceListClg = "", chkDate = "", disCountPer = "",issCriteria="";
String tranTypePparent = null; String tranTypePparent = null;
Statement stmtS = null; Statement stmtS = null;
ResultSet rs = null, rs1 = null, rs2 = null, rsS = null; ResultSet rs = null, rs1 = null, rs2 = null, rsS = null;
......
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