Commit a0322b97 authored by dpawar's avatar dpawar

added source if amount less than zero or zero


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@94229 ce508802-f39f-4f6c-b175-0d175dae99d5
parent dbbafc44
...@@ -520,6 +520,9 @@ private String generateDebitNote(Connection conn,ArrayList<String> podProcessInv ...@@ -520,6 +520,9 @@ private String generateDebitNote(Connection conn,ArrayList<String> podProcessInv
}else {// end detail3AmtT > 0 condition }else {// end detail3AmtT > 0 condition
System.out.println("Debit note gennerated for Rs.0- Invoice ID----->> ["+invoiceId+"]"); System.out.println("Debit note gennerated for Rs.0- Invoice ID----->> ["+invoiceId+"]");
int cnt=insertDataInPodTrace(conn1, invoiceId, podC.xmlStringAll, schemeMap, partialMap,"Y");
if(cnt > 1)
conn1.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