Commit 2569bbc8 authored by msalla's avatar msalla

Gimatex: Export bank receipt

git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@204724 ce508802-f39f-4f6c-b175-0d175dae99d5
parent 2e4795aa
......@@ -1496,8 +1496,8 @@ public class ReceiptAdvConf extends ActionHandlerEJB implements ReceiptAdvConfLo
for(i=0 ; i<EpcAdjList.size() ; i++)
{
//EpcAdjMap = new HashMap();
EpcAdjMap = (HashMap) DetList.get(i);
//EpcAdjMap = (HashMap) DetList.get(i);//comented by monika on 06-08-2019
EpcAdjMap = (HashMap) EpcAdjList.get(i);//added by monika on 06-08-2019
currCode = (String)EpcAdjMap.get("curr_code");
acctCode = (String)EpcAdjMap.get("acct_code");
cctrCode = (String)EpcAdjMap.get("cctr_code")==null?" ":(String)EpcAdjMap.get("cctr_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