Commit 1cef0aa2 authored by pchavan's avatar pchavan

PriyankaC: Done Changes To comments unused validatorEJB Objects.

git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@177614 ce508802-f39f-4f6c-b175-0d175dae99d5
parent 0acd35bf
......@@ -39,7 +39,7 @@ public class SOrderAmdIC extends ValidatorEJB implements SOrderAmdICRemote,SOrde
E12GenericUtility genericUtility = new E12GenericUtility();
DistCommon distCommon = new DistCommon();
FinCommon finCommon = new FinCommon();
ValidatorEJB ValidatorEJB = new ValidatorEJB();
//ValidatorEJB ValidatorEJB = new ValidatorEJB(); //Changed By PriyankaC on 04JAN18
ITMDBAccessEJB itmDBAccessEJB = new ITMDBAccessEJB();
public String wfValData() throws RemoteException, ITMException
......@@ -2001,7 +2001,7 @@ public class SOrderAmdIC extends ValidatorEJB implements SOrderAmdICRemote,SOrde
if("I".equalsIgnoreCase(itemFlg))
{
errcode = ValidatorEJB.isItem(siteCode, itemCode,"S-AMD", conn);
errcode = isItem(siteCode, itemCode,"S-AMD", conn);
if(errcode.trim().length() == 0)
{
itemSerNew = distCommon.getItemSer(itemCode, siteCode, orderDate, custCode, "C", conn);
......
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