Commit ade9657a authored by dpawar's avatar dpawar

changes in tran_id drn


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@95028 ce508802-f39f-4f6c-b175-0d175dae99d5
parent 0a093153
...@@ -233,6 +233,7 @@ public class ProofOfDeliveryConf extends ActionHandlerEJB implements ProofOfDeli ...@@ -233,6 +233,7 @@ public class ProofOfDeliveryConf extends ActionHandlerEJB implements ProofOfDeli
}else{ }else{
errString = itmdbAccess.getErrorString("", "VTCOSUCFT", "", "", conn); errString = itmdbAccess.getErrorString("", "VTCOSUCFT", "", "", conn);
System.out.println("Debit note generated zero for invoice ID-->>["+invoiceId+"]"); System.out.println("Debit note generated zero for invoice ID-->>["+invoiceId+"]");
debitNoteTranID="";
updCnt=updatePodHeader(conn,tranId,loginCode); updCnt=updatePodHeader(conn,tranId,loginCode);
if(updCnt > 0) if(updCnt > 0)
conn.commit(); conn.commit();
......
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