Commit 153eed78 authored by kshinde's avatar kshinde

Make header columns protected on IC of Detail columns

git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@190962 ce508802-f39f-4f6c-b175-0d175dae99d5
parent 9442a88c
...@@ -4454,6 +4454,7 @@ public class MiscVoucherIC extends ValidatorEJB implements MiscVoucherICLocal, M ...@@ -4454,6 +4454,7 @@ public class MiscVoucherIC extends ValidatorEJB implements MiscVoucherICLocal, M
currCode = genericUtility.getColumnValue("curr_code", dom1); currCode = genericUtility.getColumnValue("curr_code", dom1);
exchRate = genericUtility.getColumnValue("exch_rate", dom1); exchRate = genericUtility.getColumnValue("exch_rate", dom1);
sundryCode= genericUtility.getColumnValue("sundry_code", dom1); sundryCode= genericUtility.getColumnValue("sundry_code", dom1);
vouchType = genericUtility.getColumnValue("vouch_type", dom1);
valueXmlString.append("<exch_rate protect = \"1\">").append("<![CDATA[" + exchRate + "]]>").append("</exch_rate>"); valueXmlString.append("<exch_rate protect = \"1\">").append("<![CDATA[" + exchRate + "]]>").append("</exch_rate>");
valueXmlString.append("<curr_code protect = \"1\">").append("<![CDATA[" + currCode + "]]>").append("</curr_code>"); valueXmlString.append("<curr_code protect = \"1\">").append("<![CDATA[" + currCode + "]]>").append("</curr_code>");
......
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