[ 2037097 ] VMRPDetailed.run - No planner ID
http://sourceforge.net/tracker/index.php?func=detail&aid=2037097&group_id=176962&atid=879332
This commit is contained in:
parent
c2e6b1ecdc
commit
a7b7a3d9ad
|
@ -826,7 +826,7 @@ public class VMRPDetailed extends CPanel implements FormPanel, ActionListener, V
|
|||
if (fResource_ID.getValue() != null)
|
||||
sql.append(" AND PP_MRP.S_Resource_ID=?");
|
||||
if (fPlanner_ID.getValue() != null)
|
||||
sql.append(" AND PP_MRP.M_Planner_ID=?");
|
||||
sql.append(" AND PP_MRP.Planner_ID=?");
|
||||
if (fWarehouse_ID.getValue() != null)
|
||||
sql.append(" AND PP_MRP.M_Warehouse_ID=?");
|
||||
if (fDueStart.getValue() != null || fDueStart.getValue() != null)
|
||||
|
|
Loading…
Reference in New Issue