Index: WS/Halux/PPS/MatService/BatchOmschrijvingDto.cls.xml =================================================================== diff -u -r71992 -r72007 --- WS/Halux/PPS/MatService/BatchOmschrijvingDto.cls.xml (.../BatchOmschrijvingDto.cls.xml) (revision 71992) +++ WS/Halux/PPS/MatService/BatchOmschrijvingDto.cls.xml (.../BatchOmschrijvingDto.cls.xml) (revision 72007) @@ -9,7 +9,7 @@ - + TECH.String 1 Index: vhTestFiles/IntegratieTests/Webservices.WSDLControle/Test/WS.Halux.PPS.MatService.txt =================================================================== diff -u -r71992 -r72007 --- vhTestFiles/IntegratieTests/Webservices.WSDLControle/Test/WS.Halux.PPS.MatService.txt (.../WS.Halux.PPS.MatService.txt) (revision 71992) +++ vhTestFiles/IntegratieTests/Webservices.WSDLControle/Test/WS.Halux.PPS.MatService.txt (.../WS.Halux.PPS.MatService.txt) (revision 72007) @@ -151,7 +151,7 @@ - + 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) }