Commit b8de01c5 authored by pshinde's avatar pshinde

Contract no added in Sales return Form,pricelist and rate should set from contract no


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@98137 ce508802-f39f-4f6c-b175-0d175dae99d5
parent aa83d355
......@@ -934,6 +934,8 @@ public class SReturnForm extends ValidatorEJB implements SReturnFormLocal, SRetu
}
valueXmlString.append("<price_list>").append("<![CDATA[" + getAbsString(priceList) + "]]>").append("</price_list>");*///comment end
//price list should set from contract no if contract no is entered else follow the existing hierachy
//added by priyanka on 22/06/15
contractNo = genericUtility.getColumnValue("contract_no", dom);
System.out.println(">>>>>>>>>>>>>contract no===========" + contractNo);
priceList = getPriceLstVal(custCode, custCodeDlv, siteCode, contractNo, conn);
......@@ -1537,7 +1539,7 @@ public class SReturnForm extends ValidatorEJB implements SReturnFormLocal, SRetu
reStr = reStr.substring(0,pos);
valueXmlString.append(reStr);
//} //added by priyanka
}
else
{
......
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