Commit 6528e0ca authored by cpatil's avatar cpatil

remove conv_rtoum_stduom


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@93700 ce508802-f39f-4f6c-b175-0d175dae99d5
parent b1863bca
...@@ -2082,7 +2082,7 @@ public class POrderAmdIC extends ValidatorEJB implements POrderAmdICLocal, POrde ...@@ -2082,7 +2082,7 @@ public class POrderAmdIC extends ValidatorEJB implements POrderAmdICLocal, POrde
String frtType=""; String frtType="";
double frtRate=0,frtAmtQty=0,frtAmtFixed=0; double frtRate=0,frtAmtQty=0,frtAmtFixed=0;
//SimpleDateFormat sdf = new SimpleDateFormat(genericUtility.getApplDateFormat()); //SimpleDateFormat sdf = new SimpleDateFormat(genericUtility.getApplDateFormat());
String frtRateStr = "", frtAmtQtyStr = "", frtAmtFixedStr = ""; String frtRateStr = "", frtAmtQtyStr = "", frtAmtFixedStr = "",conv_rtuom_stduomStr="";
try try
...@@ -3400,6 +3400,8 @@ public class POrderAmdIC extends ValidatorEJB implements POrderAmdICLocal, POrde ...@@ -3400,6 +3400,8 @@ public class POrderAmdIC extends ValidatorEJB implements POrderAmdICLocal, POrde
unitStd = genericUtility.getColumnValue("unit__std", dom); unitStd = genericUtility.getColumnValue("unit__std", dom);
itemCode = genericUtility.getColumnValue("item_code", dom); itemCode = genericUtility.getColumnValue("item_code", dom);
unit = genericUtility.getColumnValue("unit", dom); unit = genericUtility.getColumnValue("unit", dom);
conv_rtuom_stduomStr = genericUtility.getColumnValue("conv__rtuom_stduom", dom);
conv_rtuom_stduom = conv_rtuom_stduomStr==null?0:Double.parseDouble(conv_rtuom_stduomStr);
convtemp = conv_rtuom_stduom; convtemp = conv_rtuom_stduom;
if( unitRate == null || unitRate.trim().length() == 0 ) if( unitRate == null || unitRate.trim().length() == 0 )
{ {
...@@ -3423,7 +3425,7 @@ public class POrderAmdIC extends ValidatorEJB implements POrderAmdICLocal, POrde ...@@ -3423,7 +3425,7 @@ public class POrderAmdIC extends ValidatorEJB implements POrderAmdICLocal, POrde
} }
else if ( currentColumn.trim().equalsIgnoreCase("conv__rtuom_stduom") ) else if ( currentColumn.trim().equalsIgnoreCase("conv__rtuom_stduom") )
{ {
String conv_rtuom_stduomStr = genericUtility.getColumnValue("conv__rtuom_stduom", dom); conv_rtuom_stduomStr = genericUtility.getColumnValue("conv__rtuom_stduom", dom);
unit= genericUtility.getColumnValue("unit", dom); unit= genericUtility.getColumnValue("unit", dom);
unitRate = genericUtility.getColumnValue("unit__rate", dom); unitRate = genericUtility.getColumnValue("unit__rate", dom);
unitStd = genericUtility.getColumnValue("unit__std", dom); unitStd = genericUtility.getColumnValue("unit__std", dom);
......
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