Commit 73d16713 authored by wansari's avatar wansari

D16JBAS001 updated source to print header and detail amount for VTPOST issue


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@106173 ce508802-f39f-4f6c-b175-0d175dae99d5
parent 0be3f695
......@@ -1201,7 +1201,7 @@ public class DrCrRcpConf extends ActionHandlerEJB implements DrCrInvConfLocal,Dr
totalAmountRec = rs1.getDouble("tot_amt");
adjAmountRec = rs1.getDouble("adj_amt");
System.out.println("@@-adjAmountRec["+adjAmountRec+"] adjAmount["+adjAmount+"] totalAmountRec["+totalAmountRec+"] amount["+amount+"] ");
System.out.println("@@@-adjAmountRec["+adjAmountRec+"] adjAmount["+adjAmount+"] totalAmountRec["+totalAmountRec+"] amount["+amount+"] ");
if(Math.abs(adjAmountRec + adjAmount ) > Math.abs(totalAmountRec))
{
//Need to check this error 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