Commit a735e750 authored by kshinde's avatar kshinde

Bug Fix


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@181913 ce508802-f39f-4f6c-b175-0d175dae99d5
parent 269edca5
......@@ -407,7 +407,7 @@ public class VouchPayAct extends ActionHandlerEJB implements VouchPayActLocal, V
}
else
{
xmlBuff.append("<Detail2 dbID=\"\" domID=\"1\" objName=\"misc_pay_act\" objContext=\"2\">");
xmlBuff.append("<Detail2 dbID=\"\" domID=\"1\" objName=\"misc_pay\" objContext=\"2\">");
}
xmlBuff.append("<attribute selected=\"N\" updateFlag=\"A\" status=\"N\" pkNames=\"\"/>");
xmlBuff.append("<tran_ser><![CDATA[" + tranSerM+ "]]></tran_ser>");
......
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