Index: ProScan/WS/Agent.pas =================================================================== diff -u -r431 -r451 --- ProScan/WS/Agent.pas (.../Agent.pas) (revision 431) +++ ProScan/WS/Agent.pas (.../Agent.pas) (revision 451) @@ -73,7 +73,7 @@ Request.PalletCode := PalletCode; Request.Aantal := Aantal; Request.Locatie := Locatie; - Request.GuiVhossVolgnummer := fUiContext.InternVhossId; + Request.BatchId := fUiContext.BatchId; Result := fDnaCodeServiceSoap.DnaCodeAfmelden(Request);