Commit 8e5b5e26 authored by kshinde's avatar kshinde

Bug fix in VouchPayAct MiscPayAct for req ID[F17KGTP004]

git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@181426 ce508802-f39f-4f6c-b175-0d175dae99d5
parent 86245223
......@@ -68,10 +68,12 @@ public class MiscVoucherAct extends ActionHandlerEJB implements MiscVoucherActLo
public String actionHandler(String tranId, String xtraParams, String forcedFlag) throws RemoteException, ITMException
{
String resString="";
Connection conn = null;
try
{
conn=getConnection();
VouchPayAct vouchpay=new VouchPayAct();
resString=vouchpay.actionPay(tranId, xtraParams, "M_VOUC");
resString=vouchpay.actionPay(tranId, xtraParams, "M-VOUC",conn);
}
catch(Exception e)
......
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