Commit 232189cd authored by manohar's avatar manohar

One bug getstring instead of getString corrected


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@93609 ce508802-f39f-4f6c-b175-0d175dae99d5
parent 262b54c6
...@@ -377,7 +377,7 @@ public class InvAllocateAct extends ActionHandlerEJB implements InvAllocateActLo ...@@ -377,7 +377,7 @@ public class InvAllocateAct extends ActionHandlerEJB implements InvAllocateActLo
siteCodeQry =rs.getString(8); siteCodeQry =rs.getString(8);
expDate =rs.getDate(9); expDate =rs.getDate(9);
retestDateQry =rs.getDate(10); retestDateQry =rs.getDate(10);
strDimension = rs.getstring(11); strDimension = rs.getString(11);
//dimension = rs.getDouble(11); //dimension = rs.getDouble(11);
rate =rs.getDouble(12); rate =rs.getDouble(12);
creaDate =rs.getDate(13); creaDate =rs.getDate(13);
......
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