Commit e3b3d6d9 authored by praut's avatar praut

Compatible with updated proteus framework

git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@199774 ce508802-f39f-4f6c-b175-0d175dae99d5
parent da1baffb
......@@ -920,7 +920,9 @@ public void applyMasterTable(String batchid,String xtraParam)
String [] authencate = new String[2];
authencate[0] = userId;
authencate[1] = userId;
retString = masterStateful.processRequest(authencate, logInSite, true, xmlString);
//Changed by Prasad on 17/04/19 [compatible with updated proteus framework]
//retString = masterStateful.processRequest(authencate, logInSite, true, xmlString);
retString = masterStateful.processRequest(authencate, logInSite, true, xmlString, true, null);
}
catch(ITMException itme)
{
......
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