Commit 4e6359b9 authored by dpawar's avatar dpawar

update acct code


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@92419 ce508802-f39f-4f6c-b175-0d175dae99d5
parent 0f5a2f66
......@@ -549,7 +549,7 @@ public class BondRecovery extends ValidatorEJB implements BondRecoveryLocal, Bon
dateJoin= timestampDateJ==null? "":simpleDateFormat.format(timestampDateJ).toString();
dateRelieve= timestampDateR==null? "":simpleDateFormat.format(timestampDateR).toString();
BondAcctCode =objAdmCommon.getEnv("999999", "Bond_Acct_code", conn);
BondAcctCode =objAdmCommon.getEnv("999999", "Bond_Acct_Code", conn);
BondCctrCode =objAdmCommon.getEnv("999999", "Bond_Cctr_Code", conn);
BondAnalCode =objAdmCommon.getEnv("999999", "Bond_Anal_Code", 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