_Main/UI/MacroPlannerWebApp/Component_FrmMaterial/Response_OnCreated.def
@@ -21,7 +21,7 @@ JSelect := JSON::Parse( SelectItem.ValueJsonString()); lb_SUK_FM.Text(JSelect.Get( "SKU").GetString()); de_dh_FM_ProductMP.FixedFilter( "object.ParentSKU() = " + JSelect.Get( "SKU").GetString().AsQUILL() + " and object.ForecastID() = " + JSelect.Get( "OrderCode").GetString().AsQUILL() + " and object.ForecastID() = " + JSelect.Get( "ForecastID").GetString().AsQUILL() ); } }