Fix error introducing last commit, now the Qty On hand is right
This commit is contained in:
parent
a20a0c7803
commit
d90b318338
|
@ -1336,8 +1336,8 @@ public class VMRPDetailed
|
||||||
String TypeMRP = (String)p_table.getValueAt(row,10);
|
String TypeMRP = (String)p_table.getValueAt(row,10);
|
||||||
String OrderType = (String) p_table.getValueAt(row,11);
|
String OrderType = (String) p_table.getValueAt(row,11);
|
||||||
if (MPPMRP.TYPEMRP_Demand.equals(TypeMRP)
|
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 ???
|
|| (MPPMRP.ORDERTYPE_Forecast.equals(OrderType) // TODO: arhipac: teo_sarca: is this ok, since gross req = sum of all demands ???
|
||||||
&& datepromised.after(today)
|
&& datepromised.after(today))
|
||||||
)
|
)
|
||||||
{
|
{
|
||||||
BigDecimal QtyGrossReqs = (BigDecimal)p_table.getValueAt(row,6);
|
BigDecimal QtyGrossReqs = (BigDecimal)p_table.getValueAt(row,6);
|
||||||
|
|
Loading…
Reference in New Issue