Commit 52ffead1 authored by kdabholkar's avatar kdabholkar

commited chnages for disble tax edit window

git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@178753 ce508802-f39f-4f6c-b175-0d175dae99d5
parent 37086a26
......@@ -359,7 +359,7 @@ public class SorderWizBean
//Added by Kaustubh on 4 Dec 2017 start
public String getTaxData( String xmlData, String formNo, String domID, UserInfoBean userInfo,String objName) throws ITMException
public String getTaxData( String xmlData, String formNo, String domID, UserInfoBean userInfo,String objName,String editFlag) throws ITMException
{
String taxData = "";
......@@ -376,7 +376,7 @@ public class SorderWizBean
InitialContext ctx = new InitialContext( new AppConnectParm().getProperty() );
sorderWizRemote = (ibase.webitm.ejb.wms.SorderWizardEJBRemote) ctx.lookup("ibase/SorderWizardEJB/remote");
//List = sorderWizRemote.getList(param,field,values);
taxData = sorderWizRemote.getTaxData(xmlData,formNo,domID,userInfo,objName);
taxData = sorderWizRemote.getTaxData(xmlData,formNo,domID,userInfo,objName,editFlag);
}
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