Commit 6247b252 authored by manohar's avatar manohar

sales person formated as data - bug rectified


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@96731 ce508802-f39f-4f6c-b175-0d175dae99d5
parent 91148df2
......@@ -1103,7 +1103,7 @@ public class CalculateCommission
xmlBuff.append("<invoice_id><![CDATA["+ invoiceId +"]]></invoice_id>");
xmlBuff.append("<fin_entity><![CDATA["+ finent +"]]></fin_entity>");
xmlBuff.append("<sundry_type><![CDATA["+ "P" +"]]></sundry_type>");
xmlBuff.append("<sundry_code><![CDATA["+ sdf.format(salesPers).toString() +"]]></sundry_code>");
xmlBuff.append("<sundry_code><![CDATA["+ salesPers +"]]></sundry_code>");
xmlBuff.append("<item_ser><![CDATA["+ itemSer +"]]></item_ser>");
xmlBuff.append("<acct_code><![CDATA["+ acctCode +"]]></acct_code>");
xmlBuff.append("<cctr_code><![CDATA["+ cctrCode +"]]></cctr_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