Index: WSimpl/Halux/PPS/MatService.cls.xml =================================================================== diff -u -r71992 -r72007 --- WSimpl/Halux/PPS/MatService.cls.xml (.../MatService.cls.xml) (revision 71992) +++ WSimpl/Halux/PPS/MatService.cls.xml (.../MatService.cls.xml) (revision 72007) @@ -161,7 +161,7 @@ If (..IsCategorieOndersteund(Batch.GeefCategorie()) && (..BevatBatchMat(Batch))) { Set BatchOmschrijvingDto = ##class(WS.Halux.PPS.MatService.BatchOmschrijvingDto).%New() Set BatchOmschrijvingDto.BatchKey = BatchKey - Set BatchOmschrijvingDto.BatchKortOmschrijving = DataSet.Get("BatchOms") + Set BatchOmschrijvingDto.BatchKorteOmschrijving = DataSet.Get("BatchOms") Set BatchOmschrijvingDto.BatchOmschrijving = DataSet.Get("BatchLangeOms") Do LijstBatchesMetMat.Insert(BatchOmschrijvingDto) }