Commit e1882555 authored by manohar's avatar manohar

Bug fixing generic utility not created and used corrected


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@96671 ce508802-f39f-4f6c-b175-0d175dae99d5
parent 41a120b0
...@@ -477,12 +477,12 @@ public class CalculateCommission ...@@ -477,12 +477,12 @@ public class CalculateCommission
finCommon = new FinCommon(); finCommon = new FinCommon();
ITMDBAccessEJB itmDBAccessEJB = null; ITMDBAccessEJB itmDBAccessEJB = null;
itmDBAccessEJB = new ITMDBAccessEJB(); itmDBAccessEJB = new ITMDBAccessEJB();
HashMap commMap = new HashMap(); HashMap commMap = new HashMap();
ArrayList commtList = new ArrayList(); ArrayList commtList = new ArrayList();
ArrayList<String> drnList = null; ArrayList<String> drnList = null;
try try
{ {
genericUtility = new GenericUtility();
if ((!"null".equals(tranIdRcp)) && tranIdRcp != null && tranIdRcp.trim().length() > 0 ) if ((!"null".equals(tranIdRcp)) && tranIdRcp != null && tranIdRcp.trim().length() > 0 )
{ {
remarks = "Agst Receipt # [" + tranIdRcp + "] of Invoice # [" + invno + "]"; //tran_id__rcv remarks = "Agst Receipt # [" + tranIdRcp + "] of Invoice # [" + invno + "]"; //tran_id__rcv
......
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