Index: APPS/Halux/Planning/Pitching/impl/BatchPitchDataExporter.cls.xml =================================================================== diff -u -r71883 -r71899 --- APPS/Halux/Planning/Pitching/impl/BatchPitchDataExporter.cls.xml (.../BatchPitchDataExporter.cls.xml) (revision 71883) +++ APPS/Halux/Planning/Pitching/impl/BatchPitchDataExporter.cls.xml (.../BatchPitchDataExporter.cls.xml) (revision 71899) @@ -83,8 +83,8 @@ #dim BatchPitchExportList As %ListOfObjects = ..BatchPitchExportedService.ZoekViaBatchId(BatchId) If (BatchPitchExportList.Size = 1) { - #dim BatchPitchExportedDto As APPS.Halux.Planning.Pitching.dto.BatchPitchExported = BatchPitchExportList.GetAt(1) - Set IsBatchExported = BatchPitchExportedDto.IsExported + #dim BatchPitchExported As APPS.Halux.Planning.Pitching.BatchPitchExported = BatchPitchExportList.GetAt(1) + Set IsBatchExported = BatchPitchExported.IsExported } ElseIf (BatchPitchExportList.Size = 0) { Set IsBatchExported = $$$False } Else {