Commit 1af39ce8 authored by blad's avatar blad

Updated components has been uploaded for SQL Error


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@101738 ce508802-f39f-4f6c-b175-0d175dae99d5
parent e879936c
......@@ -1082,8 +1082,12 @@ public class PostOrdCreditChk
lcAdNetAmtOrig = adNetAmt;
while (rs.next())
{
lsItemSerCommon = rs.getString("cr_amt");
lcOrderValue = rs.getDouble("dr_amt");
//Changed and Commented By Bhushan on 27-05-16 :START
//lsItemSerCommon = rs.getString("cr_amt");
//lcOrderValue = rs.getDouble("dr_amt");
lsItemSerCommon = rs.getString(1);
lcOrderValue = rs.getDouble(2);
//Changed and Commented By Bhushan on 27-05-16 :END
asItemSer = lsItemSerCommon;
lcNetAmt = 0;
//CHECKING FOR CREDIT CHECK IF HE HAS CROSSED BUSINESS LIMIT FOR PARTICULAR DIV / PERIOD
......
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