Commit f87c7234 authored by prane's avatar prane

fixing the functionalities in retainer contract

git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@183420 ce508802-f39f-4f6c-b175-0d175dae99d5
parent fb28632a
...@@ -791,6 +791,7 @@ public class RetainerContractIC extends ValidatorEJB implements RetainerContract ...@@ -791,6 +791,7 @@ public class RetainerContractIC extends ValidatorEJB implements RetainerContract
DistCommon distCommon = null; DistCommon distCommon = null;
try { try {
System.out.println("----------------Inside itemChanged-------------------"); System.out.println("----------------Inside itemChanged-------------------");
distCommon = new DistCommon();
finCommon = new FinCommon(); finCommon = new FinCommon();
conn = getConnection(); conn = getConnection();
SimpleDateFormat sdf = new SimpleDateFormat(genericUtility.getApplDateFormat()); SimpleDateFormat sdf = new SimpleDateFormat(genericUtility.getApplDateFormat());
......
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