Index: VerpakkingsDefinitie/UI/ZoekProductenScherm.pas =================================================================== diff -u -r575 -r576 --- VerpakkingsDefinitie/UI/ZoekProductenScherm.pas (.../ZoekProductenScherm.pas) (revision 575) +++ VerpakkingsDefinitie/UI/ZoekProductenScherm.pas (.../ZoekProductenScherm.pas) (revision 576) @@ -148,8 +148,11 @@ else raise Exception.Create('Ongeldige waarde geselecteerd'); + // FProductsAgent.ZoekOp(ApplicationContext.UserContext, ApplicationContext.ProductsContext, TZoekMethode.KortTekst, + // EditZoekKortTekst.text, KlantNummer, LeveranciersNummer, '', ''); + FProductsAgent.ZoekOp(ApplicationContext.UserContext, ApplicationContext.ProductsContext, TZoekMethode.KortTekst, - EditZoekKortTekst.text, KlantNummer, LeveranciersNummer, '', ''); + 'TA#ERINGS01CUBIMAX R XX', KlantNummer, LeveranciersNummer, '', ''); VerwerkOpzoeking(); end;