_Main/UI/MacroPlannerWebApp/Component_DialogInventoryPointSelection/Method_InventoryPointSelection.def
@@ -11,6 +11,7 @@ efProductID.Text( dhInventoryPointSelection.Data().ProductID() ); efInventoryPoint.Text( dhInventoryPointSelection.Data().InventoryPoint() ); eDtype.Text( dhInventoryPointSelection.Data().Dtype() ); spmp := select( MacroPlan, StockingPoint_MP, tempSPMP, tempSPMP.ID() = inventoryPointSelection.StockpoingPoint() ); ddlStockingPoint.Data( spmp );