Commit a28f8ed8 authored by ngadkari's avatar ngadkari

for invoice adjustment cust code change to cust code bill

git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@205055 ce508802-f39f-4f6c-b175-0d175dae99d5
parent 7b47939e
......@@ -1465,7 +1465,7 @@ public class PostOrderProcess extends ProcessEJB implements PostOrderProcessLoca
//System.out.println("@@@@@ frtDrnArr.length["+frtDrnArr.length+"]");
InvoiceDrcrAdj invoiceDrCrAdj1 = new InvoiceDrcrAdj();
errString = invoiceDrCrAdj1.invoiceDrcrAdj(siteCodeShip, invoiceId, toCustCode, itemSer, netAmt, adjDrcrFlag, adjAdv, advAdj, adjNewProdInvFlag, frtDrnArr, conn);
errString = invoiceDrCrAdj1.invoiceDrcrAdj(siteCodeShip, invoiceId, custCodeBil, itemSer, netAmt, adjDrcrFlag, adjAdv, advAdj, adjNewProdInvFlag, frtDrnArr, conn);//toCustCode Change to custCodeBil by nandkumar gadkari on 12/08/19
//retString = invoiceDrCrAdj1.invoiceDrcrAdj(siteCodeShip, invoiceId, toCustCode, itemSer, netAmt, adjDrcrFlag, adjCustAdvFlag, advAdj, adjNewProdInvFlag, frtDrnArr, conn);
//System.out.println("@@@@@@@@@3 invoiceDrCrAdj1.invoiceDrcrAdj() errString["+errString+"]");
}
......
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