Commit debd3c8b authored by ssalve's avatar ssalve

Sarita : Done changes related rate on Detail Screen on 08 APR 2019

git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@199373 ce508802-f39f-4f6c-b175-0d175dae99d5
parent ade3bcf1
...@@ -13782,7 +13782,10 @@ public class SalesOrderIC extends ValidatorEJB implements SalesOrderICLocal, Sal ...@@ -13782,7 +13782,10 @@ public class SalesOrderIC extends ValidatorEJB implements SalesOrderICLocal, Sal
ldRate = idRateWtDiscount; // Mining less ldRate = idRateWtDiscount; // Mining less
// gbf_calc_rate(lc_plist_disc, ld_rate); // Mining less // gbf_calc_rate(lc_plist_disc, ld_rate); // Mining less
calRate(checkDoubleNull(lsPlistDis), ldRate); calRate(checkDoubleNull(lsPlistDis), ldRate);
valueXmlString.append("<rate>").append("<![CDATA[" + ldRate + "]]>").append("</rate>"); //Commented and Added by sarita to unprotect rate on 08 APR 2019 [START]
//valueXmlString.append("<rate>").append("<![CDATA[" + ldRate + "]]>").append("</rate>");
valueXmlString.append("<rate protect = \"0\">").append("<![CDATA[" + ldRate + "]]>").append("</rate>");
//Commented and Added by sarita to unprotect rate on 08 APR 2019 [END]
//////// Nandkumar Gadkari-----start COMMENTED //////// Nandkumar Gadkari-----start COMMENTED
//Changed by PavanR 04oct18[to protect discount if discount auto-populated] //Changed by PavanR 04oct18[to protect discount if discount auto-populated]
if (lsPlistDis != null && lsPlistDis.trim().length() > 0) { if (lsPlistDis != null && lsPlistDis.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