Commit e42629e5 authored by prane's avatar prane

git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@202987 ce508802-f39f-4f6c-b175-0d175dae99d5
parent db1aae82
......@@ -553,7 +553,7 @@ public class PostOrdInvoiceGen extends ActionHandlerEJB
xmlBuff.append("<acct_code__sal><![CDATA[" +sorderSalMap.get("lsacct_sal")+ "]]></acct_code__sal>");
xmlBuff.append("<cctr_code__sal><![CDATA[" +sorderSalMap.get("lscctr_sal")+ "]]></cctr_code__sal>");
xmlBuff.append("<posttype><![CDATA[" +"H"+ "]]></posttype>");
marketReg = checknull(sorderSalMap.gtaxDateStret("ls_market_reg"));
marketReg = checknull(sorderSalMap.get("ls_market_reg"));
if(marketReg.trim().length()>0)
{
xmlBuff.append("<market_reg><![CDATA["+marketReg+"]]></market_reg>");
......
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