Commit e3cd6307 authored by dpawar's avatar dpawar

Changes for ref_no in detail2. set refNo as invoiceNo


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@99235 ce508802-f39f-4f6c-b175-0d175dae99d5
parent 8629285c
......@@ -810,7 +810,7 @@ public class SalesReturnConf extends ActionHandlerEJB implements SalesReturnConf
pstmt.close();
pstmt = null;
System.out.println("excRateBc=========="+excRateBc);
System.out.println("refNoInvoice--->>["+refNoInvoice+"]");
mexrate=fin.getDailyExchRateSellBuy(currCode, "", siteCode, currDateStr, "B", conn);
System.out.println("ExcRate from getDailyExchRateSellBuy========="+mexrate);
......@@ -885,7 +885,7 @@ public class SalesReturnConf extends ActionHandlerEJB implements SalesReturnConf
xmlString.append("<tran_id><![CDATA[]]></tran_id>");
xmlString.append("<tran_ser><![CDATA["+checkNull(tranSer)+"]]></tran_ser>");
xmlString.append("<line_no><![CDATA["+lineNo+"]]></line_no>");
xmlString.append("<vouch_no><![CDATA["+checkNull(refNo)+"]]></vouch_no>");
xmlString.append("<vouch_no><![CDATA["+checkNull(refNoInvoice)+"]]></vouch_no>");
xmlString.append("<vouch_date><![CDATA[" + checkNull(currDateStr) + "]]></vouch_date>");//Added by Jaimin 25/07/2007
xmlString.append("<net_amt><![CDATA["+payAmt+"]]></net_amt>");
xmlString.append("<pay_amt><![CDATA["+payAmt+"]]></pay_amt>");
......
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