Index: APPS/Halux/Planning/Pitching/impl/BatchPitchExportedRepository.cls.xml =================================================================== diff -u -r73348 -r73349 --- APPS/Halux/Planning/Pitching/impl/BatchPitchExportedRepository.cls.xml (.../BatchPitchExportedRepository.cls.xml) (revision 73348) +++ APPS/Halux/Planning/Pitching/impl/BatchPitchExportedRepository.cls.xml (.../BatchPitchExportedRepository.cls.xml) (revision 73349) @@ -72,12 +72,12 @@ ]]> - + BatchId:%Integer %Boolean - + BatchId:%Integer %Boolean - Index: APPS/Halux/PPS/Document/impl/common/BatchNaarObjective.cls.xml =================================================================== diff -u -r73348 -r73349 --- APPS/Halux/PPS/Document/impl/common/BatchNaarObjective.cls.xml (.../BatchNaarObjective.cls.xml) (revision 73348) +++ APPS/Halux/PPS/Document/impl/common/BatchNaarObjective.cls.xml (.../BatchNaarObjective.cls.xml) (revision 73349) @@ -71,10 +71,10 @@ Set UitvoeringInfoIterator = ##class(TECH.ListIterator).%New(UitvoeringInfoLijstGesplitst) #dim UitvoeringInfo As APPS.Halux.PPS.Activiteit.impl.common.dto.BatchNaarObjectiveUitvoeringInfo = Lijst.GetAt(1) - #dim IsBatchAlGepitched As %Boolean = ..BatchPitchExportedRepository.IsBatchGepitched(UitvoeringInfo.BatchID) + #dim IsBatchAlGeexporteerd As %Boolean = ..BatchPitchExportedRepository.IsBatchExported(UitvoeringInfo.BatchID) #dim FilterToeleveringId As %String = "" - If (IsBatchAlGepitched) { + If (IsBatchAlGeexporteerd) { If ($$$Not(ActieParameters = "") && $$$Not(..BevatBatchVhoss(Lijst))) { Set ActieParameterIterator = ##class(TECH.ListIterator).%New(ActieParameters) Set FilterToeleveringId = ActieParameterIterator.Next() Index: vhTest/Fake/APPS/Halux/Planning/Pitching/impl/BatchPitchExportedRepository.cls.xml =================================================================== diff -u -r73348 -r73349 --- vhTest/Fake/APPS/Halux/Planning/Pitching/impl/BatchPitchExportedRepository.cls.xml (.../BatchPitchExportedRepository.cls.xml) (revision 73348) +++ vhTest/Fake/APPS/Halux/Planning/Pitching/impl/BatchPitchExportedRepository.cls.xml (.../BatchPitchExportedRepository.cls.xml) (revision 73349) @@ -21,6 +21,13 @@ ]]> + +BatchId:%Integer +%Boolean + + + BatchId:%Integer %Boolean