Commit a5c749f3 authored by nkhan's avatar nkhan

comment vouch type line no 2166


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@103657 ce508802-f39f-4f6c-b175-0d175dae99d5
parent 3a36d654
......@@ -2162,7 +2162,8 @@ public class MiscVoucherIC extends ValidatorEJB implements MiscVoucherICLocal, M
valueXmlString.append("<site_descr>").append("<![CDATA[" + descName + "]]>").append("</site_descr>");
entryBatchNo =(genericUtility.getValueFromXTRA_PARAMS(xtraParams, "entry_batch_no"));
valueXmlString.append("<entry_batch_no>").append("<![CDATA[" + entryBatchNo + "]]>").append("</entry_batch_no>");
vouchType =(genericUtility.getValueFromXTRA_PARAMS(xtraParams, "vouch_type"));
//Comment by Nasruddin 12-oct-16
//vouchType =(genericUtility.getValueFromXTRA_PARAMS(xtraParams, "vouch_type"));
valueXmlString.append("<vouch_type>").append("<![CDATA[" + vouchType + "]]>").append("</vouch_type>");
if(!"A".equalsIgnoreCase(vouchType) )
{
......
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