Commit 8353ffb8 authored by manohar's avatar manohar

reas_code "null" taken care off


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@98189 ce508802-f39f-4f6c-b175-0d175dae99d5
parent 191036f1
......@@ -1330,8 +1330,13 @@ public class WoTransferPrc extends ProcessEJB implements WoTransferPrcLocal,WoTr
{
xmlBuff.append("<ref_id__for><![CDATA["+worder+"]]></ref_id__for>");
}
xmlBuff.append("<REF_SER__FOR><![CDATA[" + "w_ord" +"]]></REF_SER__FOR>");
xmlBuff.append("<REF_SER__FOR><![CDATA[" + "W-ORD" +"]]></REF_SER__FOR>");
// 02/07/15 Manoharan
if (reasCode == null || "null".equals(reasCode))
{
reasCode = "";
}
// end 02/07/15 Manoharan
xmlBuff.append("<reas_code><![CDATA[" + reasCode+" ]]></reas_code>");
xmlBuff.append("<truck_no><![CDATA[ ]]></truck_no>");
......
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