Commit 9d0aa064 authored by smanohar's avatar smanohar

line_no__ref hard-coded as 1

git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@187505 ce508802-f39f-4f6c-b175-0d175dae99d5
parent 25bce5aa
......@@ -691,7 +691,8 @@ public class PdcToReceiptPrc extends ProcessEJB implements PdcToReceiptPrcLocal,
xmlBuff.append("<diff_amt__exch>").append("<![CDATA[" + diff + "]]>").append("</diff_amt__exch>");
xmlBuff.append("<disc_amt>").append("<![CDATA[" + "0" + "]]>").append("</disc_amt>");
xmlBuff.append("<tax_amt>").append("<![CDATA[" + "0" + "]]>").append("</tax_amt>");
xmlBuff.append("<line_no__ref>").append("<![CDATA[" + lineNoCount + "]]>").append("</line_no__ref>");
//xmlBuff.append("<line_no__ref>").append("<![CDATA[" + lineNoCount + "]]>").append("</line_no__ref>");
xmlBuff.append("<line_no__ref>").append("<![CDATA[1]]>").append("</line_no__ref>");
xmlBuff.append("</Detail2>");
xmlBuff.append("\n");
......
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