Commit 331a1632 authored by msalla's avatar msalla

PDC GIVEN - 01P191052 APPEARING IN PDC REGISTER BUT NOT SHOWING IN...

 PDC GIVEN - 01P191052 APPEARING IN PDC REGISTER BUT NOT SHOWING IN TRANSACTION.ACCEPTING INVALID BANK CODE

git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@207279 ce508802-f39f-4f6c-b175-0d175dae99d5
parent 99f5661a
......@@ -194,7 +194,8 @@ public class PdcGivenIC extends ValidatorEJB implements PdcGivenRemote, PdcGiven
bankCode = this.genericUtility.getColumnValue("bank_code", dom);
siteCode = this.genericUtility.getColumnValue("site_code", dom);
if (bankCodedep != null && bankCodedep.trim().length() > 0) {
// if (bankCodedep != null && bankCodedep.trim().length() > 0) {
if (bankCode != null && bankCode.trim().length() > 0) {
errCode = finCommon.isBankCode(siteCode, bankCode, "FIN", conn);
if (errCode != null && errCode.trim().length() > 0) {
errList.add(errCode);
......@@ -214,7 +215,6 @@ public class PdcGivenIC extends ValidatorEJB implements PdcGivenRemote, PdcGiven
errList.add(errCode);
errFields.add(childNodeName.toLowerCase());
}
}
}
// END OF SUNDRY_code
......
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