Commit 79809033 authored by vkadam's avatar vkadam

*** empty log message ***


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@96878 ce508802-f39f-4f6c-b175-0d175dae99d5
parent 208c7f71
......@@ -82,7 +82,7 @@ public class MiscVoucherPostSave extends ValidatorEJB implements MiscVoucherPost
/**Commented by Vallabh Kadam 28/NOV/14 END*/
//SUM of all diff_amt__exch to update in header
sql="select coalesce(sum(diff_amt__exch),o) from misc_vouchadv where tran_id = ?";
sql="select coalesce(sum(diff_amt__exch),0) from misc_vouchadv where tran_id = ?";
pstmt = conn.prepareStatement(sql);
pstmt.setString(1,tranId );
rs = pstmt.executeQuery();
......
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