Index: ProScan/UI/DnaCodeReedsGescandScherm.pas =================================================================== diff -u -r665 -r669 --- ProScan/UI/DnaCodeReedsGescandScherm.pas (.../DnaCodeReedsGescandScherm.pas) (revision 665) +++ ProScan/UI/DnaCodeReedsGescandScherm.pas (.../DnaCodeReedsGescandScherm.pas) (revision 669) @@ -135,7 +135,7 @@ fAgent: TAgent; begin fAgent := TAgent.Create(UiContext); - Response := fAgent.DnaCodeAfmelden(UiContext.LaatsteDnaCode,UiContext.Toelevering,UiContext.Pallet,UiContext.LpnCode,-1,''); + Response := fAgent.DnaCodeAfmelden(UiContext.LaatsteDnaCode,UiContext.Toelevering,UiContext.Pallet,-1,''); fAgent.Free; try if Response.Header.Status <> '200' then begin