Commit 907e38ec authored by mmhatre's avatar mmhatre

changed getDisparm to getFinparm condition

git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@214807 ce508802-f39f-4f6c-b175-0d175dae99d5
parent f4336aa9
...@@ -114,7 +114,8 @@ public class AdjIssueIC extends ValidatorEJB implements AdjIssueICLocal, AdjIssu ...@@ -114,7 +114,8 @@ public class AdjIssueIC extends ValidatorEJB implements AdjIssueICLocal, AdjIssu
//Changes and Commented By Bhushan on 09-06-2016 :END //Changes and Commented By Bhushan on 09-06-2016 :END
connDriver = null; connDriver = null;
userId = getValueFromXTRA_PARAMS(xtraParams,"loginCode"); userId = getValueFromXTRA_PARAMS(xtraParams,"loginCode");
inventoryAcct = disCommon.getDisparams("999999", "INVENTORY_ACCT", conn); // inventoryAcct = disCommon.getDisparams("999999", "INVENTORY_ACCT", conn); //commented by manish mhatre
inventoryAcct = finCommon.getFinparams("999999", "INVENTORY_ACCT", conn); //added by manish mhatre on 9-jan-2019
if(objContext != null && objContext.trim().length()>0) if(objContext != null && objContext.trim().length()>0)
{ {
......
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