Index: APPS/Halux/PPS/Document/impl/common/BatchNaarObjective.cls.xml =================================================================== diff -u -r73349 -r73363 --- APPS/Halux/PPS/Document/impl/common/BatchNaarObjective.cls.xml (.../BatchNaarObjective.cls.xml) (revision 73349) +++ APPS/Halux/PPS/Document/impl/common/BatchNaarObjective.cls.xml (.../BatchNaarObjective.cls.xml) (revision 73363) @@ -71,7 +71,10 @@ Set UitvoeringInfoIterator = ##class(TECH.ListIterator).%New(UitvoeringInfoLijstGesplitst) #dim UitvoeringInfo As APPS.Halux.PPS.Activiteit.impl.common.dto.BatchNaarObjectiveUitvoeringInfo = Lijst.GetAt(1) - #dim IsBatchAlGeexporteerd As %Boolean = ..BatchPitchExportedRepository.IsBatchExported(UitvoeringInfo.BatchID) + #dim IsBatchAlGeexporteerd As %Boolean = $$$False + If $IsObject(UitvoeringInfo) { + Set IsBatchAlGeexporteerd = ..BatchPitchExportedRepository.IsBatchExported(UitvoeringInfo.BatchID) + } #dim FilterToeleveringId As %String = "" If (IsBatchAlGeexporteerd) {