Commit 4340c1b4 authored by ngadkari's avatar ngadkari

changes in data type

git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@208782 ce508802-f39f-4f6c-b175-0d175dae99d5
parent c51a0801
...@@ -1278,7 +1278,7 @@ public class SalesReturnAct extends ActionHandlerEJB implements SalesReturnActLo ...@@ -1278,7 +1278,7 @@ public class SalesReturnAct extends ActionHandlerEJB implements SalesReturnActLo
rs2 = pstmt2.executeQuery(); rs2 = pstmt2.executeQuery();
if (rs2.next()) if (rs2.next())
{ {
avgRate = rs2.getInt(1); avgRate = rs2.getDouble(1);
} }
pstmt2.close(); pstmt2.close();
pstmt2 = null; pstmt2 = null;
......
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