[ 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:
vpj-cd 2008-08-03 20:23:36 +00:00
parent c2e6b1ecdc
commit a7b7a3d9ad
1 changed files with 1 additions and 1 deletions

View File

@ -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)