Commit 301bd6ab authored by jshaikh's avatar jshaikh

changed passed parameters as site code to acct_dcr at line no 3089

git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@198040 ce508802-f39f-4f6c-b175-0d175dae99d5
parent 4d9850b8
...@@ -3095,8 +3095,12 @@ public class POrderIC extends ValidatorEJB implements POrderICRemote, ...@@ -3095,8 +3095,12 @@ public class POrderIC extends ValidatorEJB implements POrderICRemote,
if (errcode == null || errcode.trim().length() == 0) { if (errcode == null || errcode.trim().length() == 0) {
// errcode = // errcode =
// nvo_dis.gbf_acct_type(acctCodeDr,"", "O") // nvo_dis.gbf_acct_type(acctCodeDr,"", "O")
errcode = finCommon.isAcctType(siteCode, "", "O",
conn); //----Changed and commented by Jaffar S on 05 March 19[Start]
/*errcode = finCommon.isAcctType(siteCode, "", "O",
conn);*/
errcode = finCommon.isAcctType(acctCodeDr, "", "O",conn);
//----End---------
if (errcode != null && errcode.trim().length() > 0) { if (errcode != null && errcode.trim().length() > 0) {
errList.add(errcode); errList.add(errcode);
errFields.add(childNodeName.toLowerCase()); errFields.add(childNodeName.toLowerCase());
......
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