Commit 0a586675 authored by agaikwad's avatar agaikwad

Request_id-D14LSUN004


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@97649 ce508802-f39f-4f6c-b175-0d175dae99d5
parent fddce3bc
...@@ -4283,7 +4283,7 @@ public class POrderAmdIC extends ValidatorEJB implements POrderAmdICLocal, POrde ...@@ -4283,7 +4283,7 @@ public class POrderAmdIC extends ValidatorEJB implements POrderAmdICLocal, POrde
if (rs.next()) if (rs.next())
{ {
refcode=rs.getString("ref_code"); refcode=checkNull(rs.getString("ref_code"));
minday=rs.getDouble("min_day"); minday=rs.getDouble("min_day");
maxday=rs.getDouble("max_day"); maxday=rs.getDouble("max_day");
finchg=rs.getDouble("fin_chg"); finchg=rs.getDouble("fin_chg");
......
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