Commit 443f6917 authored by ngadkari's avatar ngadkari

changes in sorderForm itemchange cust_code column String declaration

git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@191709 ce508802-f39f-4f6c-b175-0d175dae99d5
parent 37000264
......@@ -3082,6 +3082,7 @@ public class SOrderForm extends ValidatorEJB implements SOrderFormLocal, SOrderF
}
else if(currentColumn.trim().equalsIgnoreCase("cust_code"))
{
creditLmt = "";totAmtAdjAmt="";addr1="";addr2="";addr3="";city="";stateDescr="";countryDescr="";orderType="";
custCode = genericUtility.getColumnValue("cust_code",dom);
siteCode = genericUtility.getColumnValue("site_code",dom);
custCode = custCode == null ? "" : custCode;
......@@ -3140,7 +3141,7 @@ public class SOrderForm extends ValidatorEJB implements SOrderFormLocal, SOrderF
//double totAmtAdjAmtDbl = Double.parseDouble(totAmtAdjAmt.trim());
double creditLmtDbl = 0.0;
double totAmtAdjAmtDbl = 0.0;
creditLmt = "";totAmtAdjAmt="";addr1="";addr2="";addr3="";city="";stateDescr="";countryDescr="";orderType="";
//creditLmt = "";totAmtAdjAmt="";addr1="";addr2="";addr3="";city="";stateDescr="";countryDescr="";orderType="";
if(creditLmt != null && creditLmt.trim().length() >0)
{
......
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