Index: APPS/Halux/Machine/Kantenband/impl/DataConvertor.cls.xml =================================================================== diff -u -r30550 -r30916 --- APPS/Halux/Machine/Kantenband/impl/DataConvertor.cls.xml (.../DataConvertor.cls.xml) (revision 30550) +++ APPS/Halux/Machine/Kantenband/impl/DataConvertor.cls.xml (.../DataConvertor.cls.xml) (revision 30916) @@ -38,7 +38,9 @@ Set Object.Length = DTO.Lengte Set Object.Width = DTO.Breedte Set Object.Thickness = DTO.Dikte - SEt Object.BatchID = DTO.BatchID + Set Object.BatchID = DTO.BatchID + Set Object.DossierCode = DTO.DossierCode + set Object.Toelevering = DTO.Toelevering #dim i As %Integer For i=1:1:DTO.Passages.Count() { @@ -63,6 +65,8 @@ Set DTO.Breedte = Object.Width Set DTO.Dikte = Object.Thickness Set DTO.BatchID = Object.BatchID + Set DTO.Toelevering = Object.Toelevering + set DTO.DossierCode = Object.DossierCode #dim i As %Integer For i=1:1:4 {