Commit fe355c26 authored by mchaudhari's avatar mchaudhari

*** empty log message ***


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@95573 ce508802-f39f-4f6c-b175-0d175dae99d5
parent 87ab4b62
...@@ -96,7 +96,7 @@ public class VoucherPostSave extends ValidatorEJB implements VoucherPostSaveLoca ...@@ -96,7 +96,7 @@ public class VoucherPostSave extends ValidatorEJB implements VoucherPostSaveLoca
//Receipt Screen Cross Update //Receipt Screen Cross Update
sql="select coalesce(vouch_qty,0) * coalesce(vouch_rate,0), coalesce((? + tax_amt + disc_amt),0) from vouchrcp WHERE tran_id = ? " ; sql="select coalesce(vouch_qty,0) * coalesce(vouch_rate,0), coalesce((? + tax_amt - disc_amt),0) from vouchrcp WHERE tran_id = ? " ;
pstmt = conn.prepareStatement(sql); pstmt = conn.prepareStatement(sql);
pstmt.setDouble(1,vouchAmt); pstmt.setDouble(1,vouchAmt);
pstmt.setString(2,tranId); pstmt.setString(2,tranId);
......
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