Commit 9ac14018 authored by ssalve's avatar ssalve

Sarita: Done changes by sarita on 21 JAN 2018

git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@195962 ce508802-f39f-4f6c-b175-0d175dae99d5
parent 753cbafe
......@@ -508,15 +508,22 @@ public class CostCtrAllocPosEJB extends ValidatorEJB implements CostCtrAllocPosE
}//end of for loop
System.out.println("unit_alloc Value is :::"+totalAllocAmt);
if(acctCodeDtl3 != null && acctCodeDtl3.length() > 0)
//Commented and Added by sarita on 19 JANUARY 2018 [START]
/*if(acctCodeDtl3 != null && acctCodeDtl3.length() > 0)
{
if(!acctCodeDtl3.equalsIgnoreCase(acct_code))
{
System.out.println("Account code belogs to Detail3");
continue;
}
}*/
System.out.println("detail2tranId ["+tran_id+"] \t detail3tranID ["+tranIdDtl3+"]");
if(!tran_id.equalsIgnoreCase(tranIdDtl3))
{
System.out.println("Transaction ID Not belongs to Detail3");
continue;
}
//Commented and Added by sarita on 19 JANUARY 2018 [START]
System.out.println("Delete Flag1="+deleteFlag1);
if(deleteFlag1)
{
......
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