Commit bb254cd9 authored by cpatil's avatar cpatil

correct round variable


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@93727 ce508802-f39f-4f6c-b175-0d175dae99d5
parent a9a2494e
......@@ -799,7 +799,7 @@ POrderAmdConfLocal, POrderAmdConfRemote
cctrCode = rs.getString("cctr_code");
rateType = rs.getString("rate_type");
round = rs.getString("round");
round = rs.getString("round_to");
roundTo = rs.getString("round_to");
taxForm = rs.getString("tax_form");
chgDate = rs.getTimestamp("chg_date");
chgUser = rs.getString("chg_user");
......@@ -980,7 +980,7 @@ POrderAmdConfLocal, POrderAmdConfRemote
cctrCode = rs.getString("cctr_code");
rateType = rs.getString("rate_type");
round = rs.getString("round");
round = rs.getString("round_to");
roundTo = rs.getString("round_to");
taxForm = rs.getString("tax_form");
chgDate = rs.getTimestamp("chg_date");
chgUser = rs.getString("chg_user");
......
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