Index: VerpakkingsDefinitie/UI/NavProductScherm.pas =================================================================== diff -u -r598 -r602 --- VerpakkingsDefinitie/UI/NavProductScherm.pas (.../NavProductScherm.pas) (revision 598) +++ VerpakkingsDefinitie/UI/NavProductScherm.pas (.../NavProductScherm.pas) (revision 602) @@ -78,7 +78,7 @@ TUtil.PlaatsControlOpGrid(GridPanelRight, TFormProductDetail.Create(GridPanelRight, self, ApplicationContext, ApplicationContext.ProductsContext, ApplicationContext.ProductVerpakkingContext, FProductsAgent), 0, 0); TUtil.PlaatsControlOpGrid(GridPanelRight, TFormVerpakkingDetail.Create(GridPanelRight, self, ApplicationContext, - ApplicationContext.ProductVerpakkingContext), 1, 0); + FProductsAgent, ApplicationContext.ProductVerpakkingContext), 1, 0); end; end; NAVTOONPRODUCTVERPAKKING: