Commit b2c8eaac authored by mjadhav's avatar mjadhav

emp_code_arv set as blank for null


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@97897 ce508802-f39f-4f6c-b175-0d175dae99d5
parent f7431f4e
...@@ -1228,6 +1228,7 @@ CreatePoVoucherAdvanceLocal, CreatePoVoucherAdvanceRemote ...@@ -1228,6 +1228,7 @@ CreatePoVoucherAdvanceLocal, CreatePoVoucherAdvanceRemote
xmlBuff.append("<rnd_to><![CDATA[" + rndto + "]]></rnd_to>"); xmlBuff.append("<rnd_to><![CDATA[" + rndto + "]]></rnd_to>");
xmlBuff.append("<remarks><![CDATA["+ (remark == null ? "" : remark) + "]]></remarks>"); xmlBuff.append("<remarks><![CDATA["+ (remark == null ? "" : remark) + "]]></remarks>");
xmlBuff.append("<tran_mode><![CDATA[A]]></tran_mode>"); xmlBuff.append("<tran_mode><![CDATA[A]]></tran_mode>");
xmlBuff.append("<emp_code__aprv><![CDATA[]]></emp_code__aprv>");
xmlBuff.append("</Detail1>"); xmlBuff.append("</Detail1>");
/*xmlBuff.append("<Detail2 dbID=\"\" domID=\"1\" objContext=\"2\" objName=\"voucher_adv\">"); /*xmlBuff.append("<Detail2 dbID=\"\" domID=\"1\" objContext=\"2\" objName=\"voucher_adv\">");
xmlBuff.append("<attribute pkNames=\"\" selected=\"N\" status=\"O\" updateFlag=\"A\"/>"); xmlBuff.append("<attribute pkNames=\"\" selected=\"N\" status=\"O\" updateFlag=\"A\"/>");
......
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