Commit d85b90a6 authored by ngadkari's avatar ngadkari

In min_rate_history table update invoice id and invoice date added

git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@191596 ce508802-f39f-4f6c-b175-0d175dae99d5
parent 2a60fc5e
...@@ -4391,7 +4391,7 @@ public class PostOrderActivity { ...@@ -4391,7 +4391,7 @@ public class PostOrderActivity {
if (ldEffCost < ldSchCost && ldEffCost != 0) if (ldEffCost < ldSchCost && ldEffCost != 0)
{ {
sql = "update min_rate_history set eff_cost =?, scheme_code =?, chg_date =?, chg_user =?,chg_term =?," sql = "update min_rate_history set eff_cost =?, scheme_code =?, chg_date =?, chg_user =?,chg_term =?,"
+ "returnable = ?,reas_code =? invoice_id= ?, invoice_date = ? where doc_key =?";//invoice_id and invoice_date Added by NANDKUMAR GADKARI on 01/10/18 + " returnable = ?,reas_code =? , invoice_id= ?, invoice_date = ? where doc_key =?";//invoice_id and invoice_date Added by NANDKUMAR GADKARI on 01/10/18
pstmt2 = conn.prepareStatement(sql); pstmt2 = conn.prepareStatement(sql);
pstmt2.setDouble(1, ldEffCost); pstmt2.setDouble(1, ldEffCost);
pstmt2.setString(2, itemCodeOrd); pstmt2.setString(2, itemCodeOrd);
......
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