Commit e80a6000 authored by ajadhav's avatar ajadhav

changes in Po_rate logic append lcrate

git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@183932 ce508802-f39f-4f6c-b175-0d175dae99d5
parent 3fabc57f
......@@ -7171,11 +7171,11 @@ public class PoReceiptIc extends ValidatorEJB implements PoReceiptIcLocal,PoRec
}
if("N".equalsIgnoreCase(lsporateoption))
{
valueXmlString.append("<rate protect =\"1\">").append("<![CDATA["+rate+"]]>").append("</rate>");
valueXmlString.append("<rate protect =\"1\">").append("<![CDATA["+lcrate+"]]>").append("</rate>");
}
else
{
valueXmlString.append("<rate protect =\"0\">").append("<![CDATA["+rate+"]]>").append("</rate>");
valueXmlString.append("<rate protect =\"0\">").append("<![CDATA["+lcrate+"]]>").append("</rate>");
}
valueXmlString.append("<reas_code protect =\"1\">").append("<![CDATA["+reasCode+"]]>").append("</reas_code>");
//Add by Ajay on 19/04/18:END
......@@ -9370,6 +9370,7 @@ public class PoReceiptIc extends ValidatorEJB implements PoReceiptIcLocal,PoRec
} catch (Exception e) {
System.out.println("Exception : [PorcpIC][itemChangedDetail( String, String )] :==>\n"+ e.getMessage());
}
return valueXmlString.toString();
}
private static String getAbsString( String str )
......
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