Commit 4151ff0a authored by msalla's avatar msalla

Unable to confirm the despatch

git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@213438 ce508802-f39f-4f6c-b175-0d175dae99d5
parent fcbda70e
...@@ -1751,6 +1751,12 @@ public class PostOrdInvoicePost extends ActionHandlerEJB implements PostOrdInvoi ...@@ -1751,6 +1751,12 @@ public class PostOrdInvoicePost extends ActionHandlerEJB implements PostOrdInvoi
{ {
retString=gbfPostInvoiceDet(InvoiceHrdMap,invoiceAcctList,conn); retString=gbfPostInvoiceDet(InvoiceHrdMap,invoiceAcctList,conn);
} }
//added by monika-12 dec-19-to return retstring
if(retString != null && retString.trim().length() > 0)
{
return retString;
}//end.
//System.out.println("@@@@@@@@1002 retString gbfPostInvoiceDet["+retString+"]"); //System.out.println("@@@@@@@@1002 retString gbfPostInvoiceDet["+retString+"]");
// 28-nov-16 manoharan // 28-nov-16 manoharan
sql = "select sum(case when dr_amt is null then 0 else dr_amt end * exch_rate) as dr_amt,sum(case when cr_amt is null then 0 else cr_amt end * exch_rate) as cr_amt from gltrace where ref_ser = 'S-INV' and ref_id = ? "; sql = "select sum(case when dr_amt is null then 0 else dr_amt end * exch_rate) as dr_amt,sum(case when cr_amt is null then 0 else cr_amt end * exch_rate) as cr_amt from gltrace where ref_ser = 'S-INV' and ref_id = ? ";
......
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