Commit 223d8463 authored by pchavan's avatar pchavan

Call another ProcessRequest method.

git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@182070 ce508802-f39f-4f6c-b175-0d175dae99d5
parent cc101c9b
...@@ -2558,9 +2558,12 @@ public class CreatePoRcpVoucher ...@@ -2558,9 +2558,12 @@ public class CreatePoRcpVoucher
userInfoBean.setEntityCode(genericUtility.getValueFromXTRA_PARAMS(xtraParams, "loginEmpCode")); userInfoBean.setEntityCode(genericUtility.getValueFromXTRA_PARAMS(xtraParams, "loginEmpCode"));
// userInfoBean= // userInfoBean=
// retString=masterStateful.processRequest(authencate, siteCode, true, xmlString, true, conn); //retString=masterStateful.processRequest(authencate, siteCode, true, xmlString, true, conn);
retString=masterStateful.processRequest(userInfoBean,xmlString,true,conn); //Changed By PriyankaC on 15/03/2018..[START]
//retString = masterStateful.processRequest(authencate, siteCode, true, xmlString, true, conn); // retString=masterStateful.processRequest(userInfoBean,xmlString,true,conn);
retString = masterStateful.processRequest(authencate, siteCode, true, xmlString, true, conn);
//Changed By PriyankaC on 15/03/2018..[END]
} catch (ITMException itme) } catch (ITMException itme)
{ {
System.out.println("ITMException :CreateDistOrder :saveData :==>"); System.out.println("ITMException :CreateDistOrder :saveData :==>");
......
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