Commit ecda5355 authored by nkhan's avatar nkhan

Bug Fixed for three decimal


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@103992 ce508802-f39f-4f6c-b175-0d175dae99d5
parent 78d4b8f7
......@@ -731,7 +731,7 @@ public class StockUpdate
mamountStr = utilMethods.getReqDecString(mamount,3);
mamount = Double.parseDouble(mamountStr);
System.out.println("mamount @@@@@@@@ ::"+mamount);
// Changed By Nasruddin 21-11-16 END
// Changed By Nasruddin 21-11-16 END BUG FIX
sql = "Insert into invtrace (tran_id, tran_date, ref_ser, ref_id, ref_line, order_id, item_code, site_code, loc_code, unit,"
+" lot_no, quantity, eff_qty, eff_date, chg_win, chg_user, chg_term, lot_sl, qty_before, qty_after,"
+" reas_code,sundry_type,sundry_code, ref_date, rate, gross_rate, grade, acct_code__dr, cctr_code__dr, acct_code__cr, cctr_code__cr,no_art, amount,remarks,"
......
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