Fix error introducing last commit, now the Qty On hand is right

This commit is contained in:
vpj-cd 2008-09-12 01:34:18 +00:00
parent a20a0c7803
commit d90b318338
1 changed files with 2 additions and 2 deletions

View File

@ -1336,8 +1336,8 @@ public class VMRPDetailed
String TypeMRP = (String)p_table.getValueAt(row,10);
String OrderType = (String) p_table.getValueAt(row,11);
if (MPPMRP.TYPEMRP_Demand.equals(TypeMRP)
&& MPPMRP.ORDERTYPE_Forecast.equals(OrderType) // TODO: arhipac: teo_sarca: is this ok, since gross req = sum of all demands ???
&& datepromised.after(today)
|| (MPPMRP.ORDERTYPE_Forecast.equals(OrderType) // TODO: arhipac: teo_sarca: is this ok, since gross req = sum of all demands ???
&& datepromised.after(today))
)
{
BigDecimal QtyGrossReqs = (BigDecimal)p_table.getValueAt(row,6);