Commit de0b1d8f authored by ajadhav's avatar ajadhav

unclosed connection, statment and resultset to be closed

git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@184489 ce508802-f39f-4f6c-b175-0d175dae99d5
parent 9bf8ff87
...@@ -236,34 +236,34 @@ public class PoReceiptIc extends ValidatorEJB implements PoReceiptIcLocal,PoRec ...@@ -236,34 +236,34 @@ public class PoReceiptIc extends ValidatorEJB implements PoReceiptIcLocal,PoRec
errList.add(errCode); errList.add(errCode);
errFields.add(childNodeName.toLowerCase()); errFields.add(childNodeName.toLowerCase());
} }
if(errCode == null || errCode.trim().length() == 0) /*if(errCode == null || errCode.trim().length() == 0)
{ {*/ //COMMENTED BY NANDKUMAR GADKARI ON 03/05/18
if( "O".equals(status) && empCodeaprv==null|| empCodeaprv.trim().length() == 0) if( "O".equals(status) && empCodeaprv==null|| empCodeaprv.trim().length() == 0)
{ {
errCode = "VTPONAPRV"; errCode = "VTPONAPRV";
errList.add(errCode); errList.add(errCode);
errFields.add(childNodeName.toLowerCase()); errFields.add(childNodeName.toLowerCase());
} }
} /*}
if(errCode == null || errCode.trim().length() == 0) if(errCode == null || errCode.trim().length() == 0)
{ {*///COMMENTED BY NANDKUMAR GADKARI ON 03/05/18
if ("N".equals(lsconfirmed) || lsconfirmed == null ) if ("N".equals(lsconfirmed) || lsconfirmed == null )
{ {
errCode = "VTPONCONF"; errCode = "VTPONCONF";
errList.add(errCode); errList.add(errCode);
errFields.add(childNodeName.toLowerCase()); errFields.add(childNodeName.toLowerCase());
} }
} /*}
else if(errCode == null || errCode.trim().length() == 0) else if(errCode == null || errCode.trim().length() == 0)
{ {*///COMMENTED BY NANDKUMAR GADKARI ON 03/05/18
if (ordDate.after(TranDate)) else if (ordDate.after(TranDate))
{ {
errCode = "VTRCPDT"; errCode = "VTRCPDT";
errList.add(errCode); errList.add(errCode);
errFields.add(childNodeName.toLowerCase()); errFields.add(childNodeName.toLowerCase());
} }
} //}
} }
} }
} }
...@@ -343,28 +343,29 @@ public class PoReceiptIc extends ValidatorEJB implements PoReceiptIcLocal,PoRec ...@@ -343,28 +343,29 @@ public class PoReceiptIc extends ValidatorEJB implements PoReceiptIcLocal,PoRec
errList.add(errCode); errList.add(errCode);
errFields.add(childNodeName.toLowerCase()); errFields.add(childNodeName.toLowerCase());
} }
if(errCode == null || errCode.trim().length() == 0) /*if(errCode == null || errCode.trim().length() == 0)
{ {*/ //COMMENTED BY NANDKUMAR GADKARI ON 03/05/18
if( "O".equals(status) && empCodeaprv==null|| empCodeaprv.trim().length() == 0) if( "O".equals(status) && empCodeaprv==null|| empCodeaprv.trim().length() == 0)
{ {
errCode = "VTPONAPRV"; errCode = "VTPONAPRV";
errList.add(errCode); errList.add(errCode);
errFields.add(childNodeName.toLowerCase()); errFields.add(childNodeName.toLowerCase());
} }
} //}
if(errCode == null || errCode.trim().length() == 0) /*if(errCode == null || errCode.trim().length() == 0)
{ {*/ //COMMENTED BY NANDKUMAR GADKARI ON 03/05/18
if ("N".equals(lsconfirmed) || lsconfirmed == null ) if ("N".equals(lsconfirmed) || lsconfirmed == null )
{ {
errCode = "VTPONCONF"; errCode = "VTPONCONF";
errList.add(errCode); errList.add(errCode);
errFields.add(childNodeName.toLowerCase()); errFields.add(childNodeName.toLowerCase());
} }
} /*}
else if(errCode == null || errCode.trim().length() == 0) else if(errCode == null || errCode.trim().length() == 0)
{ {*///COMMENTED BY NANDKUMAR GADKARI ON 03/05/18
if (ordDate.after(TranDate)) else if (ordDate.after(TranDate))
{
errCode = "VTRCPDT"; errCode = "VTRCPDT";
errList.add(errCode); errList.add(errCode);
errFields.add(childNodeName.toLowerCase()); errFields.add(childNodeName.toLowerCase());
...@@ -373,17 +374,17 @@ public class PoReceiptIc extends ValidatorEJB implements PoReceiptIcLocal,PoRec ...@@ -373,17 +374,17 @@ public class PoReceiptIc extends ValidatorEJB implements PoReceiptIcLocal,PoRec
} }
} }
if(errCode == null || errCode.trim().length() == 0) /*if(errCode == null || errCode.trim().length() == 0)
{ {*/ //COMMENTED BY NANDKUMAR GADKARI ON 03/05/18
if (!" P".equals(lspotype) && lsproviid!= null && lsproviid.trim().length() > 0) if (!" P".equals(lspotype) && lsproviid!= null && lsproviid.trim().length() > 0)
{ {
errCode = "VTPROPO"; errCode = "VTPROPO";
errList.add(errCode); errList.add(errCode);
errFields.add(childNodeName.toLowerCase()); errFields.add(childNodeName.toLowerCase());
} }
} /*}
if(errCode == null || errCode.trim().length() == 0) if(errCode == null || errCode.trim().length() == 0)
{ {*///COMMENTED BY NANDKUMAR GADKARI ON 03/05/18
lspotype = lspotype.trim(); lspotype = lspotype.trim();
if("Q".equals(lspotype) || "H".equals(lspotype)) if("Q".equals(lspotype) || "H".equals(lspotype))
{ {
...@@ -422,9 +423,9 @@ public class PoReceiptIc extends ValidatorEJB implements PoReceiptIcLocal,PoRec ...@@ -422,9 +423,9 @@ public class PoReceiptIc extends ValidatorEJB implements PoReceiptIcLocal,PoRec
} }
} /*}
if(errCode.trim().length() == 0) if(errCode.trim().length() == 0)
{ {*///COMMENTED BY NANDKUMAR GADKARI ON 03/05/18
sql="select count(*) from porddet where purc_order = ?"; sql="select count(*) from porddet where purc_order = ?";
pstmt = conn.prepareStatement(sql); pstmt = conn.prepareStatement(sql);
pstmt.setString(1, purcOrder); pstmt.setString(1, purcOrder);
...@@ -444,10 +445,10 @@ public class PoReceiptIc extends ValidatorEJB implements PoReceiptIcLocal,PoRec ...@@ -444,10 +445,10 @@ public class PoReceiptIc extends ValidatorEJB implements PoReceiptIcLocal,PoRec
errFields.add(childNodeName.toLowerCase()); errFields.add(childNodeName.toLowerCase());
} }
} /*}
if(errCode.trim().length() == 0) if(errCode.trim().length() == 0)
{ {*/ //COMMENTED BY NANDKUMAR GADKARI ON 03/05/18
String quantity="",rate=""; String quantity="",rate="";
if(tranidPO == null || tranidPO.trim().length() == 0) if(tranidPO == null || tranidPO.trim().length() == 0)
{ {
...@@ -578,7 +579,7 @@ public class PoReceiptIc extends ValidatorEJB implements PoReceiptIcLocal,PoRec ...@@ -578,7 +579,7 @@ public class PoReceiptIc extends ValidatorEJB implements PoReceiptIcLocal,PoRec
errFields.add( childNodeName.toLowerCase() ); errFields.add( childNodeName.toLowerCase() );
} }
} }
} //}//COMMENTED BY NANDKUMAR GADKARI for checking errCode== null condition ON 03/05/18
} }
if (childNodeName.equalsIgnoreCase("item_ser")) if (childNodeName.equalsIgnoreCase("item_ser"))
{ {
...@@ -699,8 +700,8 @@ public class PoReceiptIc extends ValidatorEJB implements PoReceiptIcLocal,PoRec ...@@ -699,8 +700,8 @@ public class PoReceiptIc extends ValidatorEJB implements PoReceiptIcLocal,PoRec
errList.add(errCode); errList.add(errCode);
errFields.add(childNodeName.toLowerCase()); errFields.add(childNodeName.toLowerCase());
} }
if(errCode.trim().length() == 0) /*if(errCode.trim().length() == 0)
{ {*/ //COMMENTED BY NANDKUMAR GADKARI ON 03/05/18
sql=" select count(*) from porcp where gr_no =? and tran_id <> ?"; sql=" select count(*) from porcp where gr_no =? and tran_id <> ?";
pstmt = conn.prepareStatement(sql); pstmt = conn.prepareStatement(sql);
pstmt.setString(1, grNo); pstmt.setString(1, grNo);
...@@ -724,7 +725,7 @@ public class PoReceiptIc extends ValidatorEJB implements PoReceiptIcLocal,PoRec ...@@ -724,7 +725,7 @@ public class PoReceiptIc extends ValidatorEJB implements PoReceiptIcLocal,PoRec
errList.add(errCode); errList.add(errCode);
errFields.add(childNodeName.toLowerCase()); errFields.add(childNodeName.toLowerCase());
} }
} //}
} }
} }
...@@ -1347,7 +1348,8 @@ public class PoReceiptIc extends ValidatorEJB implements PoReceiptIcLocal,PoRec ...@@ -1347,7 +1348,8 @@ public class PoReceiptIc extends ValidatorEJB implements PoReceiptIcLocal,PoRec
} }
if( errCode.trim().length() ==0 && "Y".equals(lsvalue)) /*if( errCode.trim().length() ==0 && "Y".equals(lsvalue))*/ //changes in condition BY NANDKUMAR GADKARI ON 03/05/18
if( "Y".equals(lsvalue))
{ {
tranIdHdr =checkNull(genericUtility.getColumnValue("tran_id", dom1)); tranIdHdr =checkNull(genericUtility.getColumnValue("tran_id", dom1));
sql="select count(*) from porcp,porcpdet " + sql="select count(*) from porcp,porcpdet " +
...@@ -1491,8 +1493,9 @@ public class PoReceiptIc extends ValidatorEJB implements PoReceiptIcLocal,PoRec ...@@ -1491,8 +1493,9 @@ public class PoReceiptIc extends ValidatorEJB implements PoReceiptIcLocal,PoRec
} }
if ( errCode == null || errCode.trim().length()==0) /*if ( errCode == null || errCode.trim().length()==0)
{ {*/ //COMMENTED BY NANDKUMAR GADKARI ON 03/05/18
lsqcreqd = gfautoqcreqd(siteCode,itemCode,conn); lsqcreqd = gfautoqcreqd(siteCode,itemCode,conn);
sql="select case when stk_opt is null then '0' else stk_opt end from item where item_code = ?"; sql="select case when stk_opt is null then '0' else stk_opt end from item where item_code = ?";
pstmt = conn.prepareStatement(sql); pstmt = conn.prepareStatement(sql);
...@@ -1515,9 +1518,10 @@ public class PoReceiptIc extends ValidatorEJB implements PoReceiptIcLocal,PoRec ...@@ -1515,9 +1518,10 @@ public class PoReceiptIc extends ValidatorEJB implements PoReceiptIcLocal,PoRec
} }
} /*}
if((errCode == null || errCode.trim().length()==0)) if((errCode == null || errCode.trim().length()==0))
{ {*/ //COMMENTED BY NANDKUMAR GADKARI ON 03/05/18
if (( purcOrder == null || purcOrder.trim().length()==0) && "N".equals(lsqcreqd)) if (( purcOrder == null || purcOrder.trim().length()==0) && "N".equals(lsqcreqd))
{ {
errCode = "VTPORD7"; errCode = "VTPORD7";
...@@ -1526,9 +1530,10 @@ public class PoReceiptIc extends ValidatorEJB implements PoReceiptIcLocal,PoRec ...@@ -1526,9 +1530,10 @@ public class PoReceiptIc extends ValidatorEJB implements PoReceiptIcLocal,PoRec
} }
} /*}
if ( errCode == null || errCode.trim().length()==0) if ( errCode == null || errCode.trim().length()==0)
{ {*/ //COMMENTED BY NANDKUMAR GADKARI ON 03/05/18
purcOrder = checkNull(genericUtility.getColumnValue("purc_order", dom)); purcOrder = checkNull(genericUtility.getColumnValue("purc_order", dom));
lineNoItem = " " + lineNoItem; lineNoItem = " " + lineNoItem;
lineNoItem = lineNoItem.substring(lineNoItem.length() - 3,lineNoItem.length()); lineNoItem = lineNoItem.substring(lineNoItem.length() - 3,lineNoItem.length());
...@@ -1559,12 +1564,14 @@ public class PoReceiptIc extends ValidatorEJB implements PoReceiptIcLocal,PoRec ...@@ -1559,12 +1564,14 @@ public class PoReceiptIc extends ValidatorEJB implements PoReceiptIcLocal,PoRec
} }
} }
} //}
if ( errCode == null || errCode.trim().length()==0) /*if ( errCode == null || errCode.trim().length()==0)
{ {*/ //COMMENTED BY NANDKUMAR GADKARI ON 03/05/18
// errCode = nvo_dis.gbf_item(mval1,mval,transer) // errCode = nvo_dis.gbf_item(mval1,mval,transer)
if (errCode.trim().length()==0) /*if (errCode.trim().length()==0)
{ {*/ //COMMENTED BY NANDKUMAR GADKARI ON 03/05/18
sql="select oth_series from itemser where item_ser = ?"; sql="select oth_series from itemser where item_ser = ?";
pstmt = conn.prepareStatement(sql); pstmt = conn.prepareStatement(sql);
pstmt.setString(1, itemSer); pstmt.setString(1, itemSer);
...@@ -1613,22 +1620,25 @@ public class PoReceiptIc extends ValidatorEJB implements PoReceiptIcLocal,PoRec ...@@ -1613,22 +1620,25 @@ public class PoReceiptIc extends ValidatorEJB implements PoReceiptIcLocal,PoRec
pstmt.close(); pstmt.close();
pstmt = null; pstmt = null;
} }
if (errCode.trim().length() == 0) /*if (errCode.trim().length() == 0)
{ {*///COMMENTED BY NANDKUMAR GADKARI ON 03/05/18
if("Y".equalsIgnoreCase(channelpartner)) if("Y".equalsIgnoreCase(channelpartner))
{ {
siteCode = sitecodech; siteCode = sitecodech;
} }
} /*}
if (errCode.trim().length()==0) if (errCode.trim().length()==0)
{ {*/
itemSer = itmDBAccess.getItemSeries(itemCode, siteCode,trandateStr,suppCode,'S',null); itemSer = itmDBAccess.getItemSeries(itemCode, siteCode,trandateStr,suppCode,'S',null);
//}//COMMENTED BY NANDKUMAR GADKARI ON 03/05/18
} }
} //}
} /*}
}
if (errCode == null || errCode.trim().length()==0) if (errCode == null || errCode.trim().length()==0)
{ {*/ //COMMENTED BY NANDKUMAR GADKARI ON 03/05/18
String lsinvacct="",lsloccode="",lslotno="",lslotsl="",lsacctcodeporcp="",lscctrcodeporcp="",lsacctcodedr="",lscctrcodedr=""; String lsinvacct="",lsloccode="",lslotno="",lslotsl="",lsacctcodeporcp="",lscctrcodeporcp="",lsacctcodedr="",lscctrcodedr="";
lsinvacct = fincommon.getFinparams("999999", "INVENTORY_ACCT", conn); lsinvacct = fincommon.getFinparams("999999", "INVENTORY_ACCT", conn);
if ( "Y".equalsIgnoreCase(lsinvacct)) if ( "Y".equalsIgnoreCase(lsinvacct))
...@@ -1678,8 +1688,9 @@ public class PoReceiptIc extends ValidatorEJB implements PoReceiptIcLocal,PoRec ...@@ -1678,8 +1688,9 @@ public class PoReceiptIc extends ValidatorEJB implements PoReceiptIcLocal,PoRec
rs=null; rs=null;
pstmt.close(); pstmt.close();
rs=null; rs=null;
if(errCode == null || errCode.trim().length() == 0) /*if(errCode == null || errCode.trim().length() == 0)
{ {*/ //COMMENTED BY NANDKUMAR GADKARI ON 03/05/18
System.out.println("lsacctcodedr"+lsacctcodedr); System.out.println("lsacctcodedr"+lsacctcodedr);
System.out.println("lsacctcodeporcp"+lsacctcodeporcp); System.out.println("lsacctcodeporcp"+lsacctcodeporcp);
System.out.println("lscctrcodedr"+lscctrcodedr); System.out.println("lscctrcodedr"+lscctrcodedr);
...@@ -1691,11 +1702,12 @@ public class PoReceiptIc extends ValidatorEJB implements PoReceiptIcLocal,PoRec ...@@ -1691,11 +1702,12 @@ public class PoReceiptIc extends ValidatorEJB implements PoReceiptIcLocal,PoRec
errFields.add(childNodeName.toLowerCase()); errFields.add(childNodeName.toLowerCase());
} }
} //}
} }
} }
} //}//COMMENTED BY NANDKUMAR GADKARI ON 03/05/18
}//end item code case childNodeName.equalsIgnoreCase("line_no__ord") }//end item code case childNodeName.equalsIgnoreCase("line_no__ord")
if (childNodeName.equalsIgnoreCase("quantity")) if (childNodeName.equalsIgnoreCase("quantity"))
{ {
...@@ -2098,8 +2110,9 @@ public class PoReceiptIc extends ValidatorEJB implements PoReceiptIcLocal,PoRec ...@@ -2098,8 +2110,9 @@ public class PoReceiptIc extends ValidatorEJB implements PoReceiptIcLocal,PoRec
} }
} }
} }
if(errCode == null || errCode.trim().length()==0) /*if(errCode == null || errCode.trim().length()==0)
{ {*/ //COMMENTED BY NANDKUMAR GADKARI ON 03/05/18
String lstranid="", lslinenorcp="", lsloccode="",lsstkopt=""; String lstranid="", lslinenorcp="", lsloccode="",lsstkopt="";
lsitemcode = genericUtility.getColumnValue("item_code", dom); lsitemcode = genericUtility.getColumnValue("item_code", dom);
lstranid = genericUtility.getColumnValue("tran_id", dom1); lstranid = genericUtility.getColumnValue("tran_id", dom1);
...@@ -2154,7 +2167,8 @@ public class PoReceiptIc extends ValidatorEJB implements PoReceiptIcLocal,PoRec ...@@ -2154,7 +2167,8 @@ public class PoReceiptIc extends ValidatorEJB implements PoReceiptIcLocal,PoRec
} }
} }
} //}//COMMENTED BY NANDKUMAR GADKARI ON 03/05/18
}//end unit }//end unit
if (childNodeName.equalsIgnoreCase("conv__qty_stduom")) if (childNodeName.equalsIgnoreCase("conv__qty_stduom"))
{ {
...@@ -2369,8 +2383,9 @@ public class PoReceiptIc extends ValidatorEJB implements PoReceiptIcLocal,PoRec ...@@ -2369,8 +2383,9 @@ public class PoReceiptIc extends ValidatorEJB implements PoReceiptIcLocal,PoRec
errList.add(errCode); errList.add(errCode);
errFields.add(childNodeName.toLowerCase());; errFields.add(childNodeName.toLowerCase());;
} }
if (errCode== null || errCode.trim().length() == 0) /*if (errCode== null || errCode.trim().length() == 0)
{ {*/ //COMMENTED BY NANDKUMAR GADKARI ON 03/05/18
System.out.println("Is Error COde is Null"); System.out.println("Is Error COde is Null");
System.out.println("lsstkopt"+lsstkopt); System.out.println("lsstkopt"+lsstkopt);
lsqcreqd=genericUtility.getColumnValue("qc_reqd", dom1); lsqcreqd=genericUtility.getColumnValue("qc_reqd", dom1);
...@@ -2497,9 +2512,10 @@ public class PoReceiptIc extends ValidatorEJB implements PoReceiptIcLocal,PoRec ...@@ -2497,9 +2512,10 @@ public class PoReceiptIc extends ValidatorEJB implements PoReceiptIcLocal,PoRec
} }
} }
} /*}
if (errCode == null || errCode.trim().length() == 0) if (errCode == null || errCode.trim().length() == 0)
{ {*/ //COMMENTED BY NANDKUMAR GADKARI ON 03/05/18
sql="select facility_code from location where loc_code=?"; sql="select facility_code from location where loc_code=?";
pstmt = conn.prepareStatement(sql); pstmt = conn.prepareStatement(sql);
pstmt.setString(1, loccode); pstmt.setString(1, loccode);
...@@ -2529,7 +2545,8 @@ public class PoReceiptIc extends ValidatorEJB implements PoReceiptIcLocal,PoRec ...@@ -2529,7 +2545,8 @@ public class PoReceiptIc extends ValidatorEJB implements PoReceiptIcLocal,PoRec
rs = null; rs = null;
pstmt.close(); pstmt.close();
pstmt = null; pstmt = null;
} //}//COMMENTED BY NANDKUMAR GADKARI ON 03/05/18
if ((lsfaciloccode !=null && lsfaciloccode.trim().length() >0) && (lsfacisitecode !=null && lsfacisitecode.trim().length() >0)) if ((lsfaciloccode !=null && lsfaciloccode.trim().length() >0) && (lsfacisitecode !=null && lsfacisitecode.trim().length() >0))
{ {
if(!lsfaciloccode.equalsIgnoreCase(lsfacisitecode)) if(!lsfaciloccode.equalsIgnoreCase(lsfacisitecode))
...@@ -2949,8 +2966,9 @@ public class PoReceiptIc extends ValidatorEJB implements PoReceiptIcLocal,PoRec ...@@ -2949,8 +2966,9 @@ public class PoReceiptIc extends ValidatorEJB implements PoReceiptIcLocal,PoRec
} }
if( lcrate1 != 0) if( lcrate1 != 0)
{ {
if(errCode== null || errCode.trim().length() == 0) /*if(errCode== null || errCode.trim().length() == 0)
{ {*///COMMENTED BY NANDKUMAR GADKARI ON 03/05/18
lsitemcode =genericUtility.getColumnValue("item_code", dom); lsitemcode =genericUtility.getColumnValue("item_code", dom);
sql="select (case when po_rate_option is null then 'N' else po_rate_option end)," + sql="select (case when po_rate_option is null then 'N' else po_rate_option end)," +
"(case when po_rate_varience is null then 0 else po_rate_varience end) " + "(case when po_rate_varience is null then 0 else po_rate_varience end) " +
...@@ -2986,8 +3004,9 @@ public class PoReceiptIc extends ValidatorEJB implements PoReceiptIcLocal,PoRec ...@@ -2986,8 +3004,9 @@ public class PoReceiptIc extends ValidatorEJB implements PoReceiptIcLocal,PoRec
errFields.add(childNodeName.toLowerCase()); errFields.add(childNodeName.toLowerCase());
} }
} }
if( errCode== null || errCode.trim().length() == 0) /*if( errCode== null || errCode.trim().length() == 0)
{ {*/ //COMMENTED BY NANDKUMAR GADKARI ON 03/05/18
if( rate != lcrate1) if( rate != lcrate1)
{ {
lcratevarval = lcrate1 * lcratevarperc / 100; lcratevarval = lcrate1 * lcratevarperc / 100;
...@@ -2999,8 +3018,9 @@ public class PoReceiptIc extends ValidatorEJB implements PoReceiptIcLocal,PoRec ...@@ -2999,8 +3018,9 @@ public class PoReceiptIc extends ValidatorEJB implements PoReceiptIcLocal,PoRec
} }
} }
} //}
} //}//COMMENTED BY NANDKUMAR GADKARI ON 03/05/18
} }
} }
}//END CASE RATE }//END CASE RATE
...@@ -6717,7 +6737,7 @@ public class PoReceiptIc extends ValidatorEJB implements PoReceiptIcLocal,PoRec ...@@ -6717,7 +6737,7 @@ public class PoReceiptIc extends ValidatorEJB implements PoReceiptIcLocal,PoRec
String lcrate1="",lspricelistclg="",lcqty1="",ldttrandate1=""; String lcrate1="",lspricelistclg="",lcqty1="",ldttrandate1="";
lcrate1 = checkNull(genericUtility.getColumnValue( "rate", dom )); lcrate1 = checkNull(genericUtility.getColumnValue( "rate", dom ));
//Commented by Ajay on 25/04/18:START //Commented by Ajay on 25/04/18:START
// lcrate = (lcrate1== null || lcrate1.trim().length() == 0) ? 0 : Double.parseDouble(lcrate1); //lcrate = (lcrate1== null || lcrate1.trim().length() == 0) ? 0 : Double.parseDouble(lcrate1);
//Commented by Ajay on 25/04/18:END //Commented by Ajay on 25/04/18:END
lsunit = checkNull(genericUtility.getColumnValue( "unit", dom )); lsunit = checkNull(genericUtility.getColumnValue( "unit", dom ));
lcqty1 = checkNull(genericUtility.getColumnValue( "quantity", dom )); lcqty1 = checkNull(genericUtility.getColumnValue( "quantity", dom ));
......
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