Commit ed475a5d authored by prane's avatar prane

changes done creating instance of the class using new keyword instead of lookup of EJB

git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@188003 ce508802-f39f-4f6c-b175-0d175dae99d5
parent bc1f7cfe
......@@ -242,7 +242,7 @@ public class DwhProdPlanIC extends ValidatorEJB implements DwhProdPlanICLocal,Dw
rs = null;
if (cnt == 0) {
errCode = "VMITMBC";
errString = getErrorString("item_code",errCode, userId,"",conn);
errString = getErrorString("item_code",errCode, userId);
break;
}
}
......
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