Index: APPS/Halux/PPS/Document/impl/common/BatchNaarObjective/HoofdDataGenerator.cls.xml =================================================================== diff -u -r74742 -r74744 --- APPS/Halux/PPS/Document/impl/common/BatchNaarObjective/HoofdDataGenerator.cls.xml (.../HoofdDataGenerator.cls.xml) (revision 74742) +++ APPS/Halux/PPS/Document/impl/common/BatchNaarObjective/HoofdDataGenerator.cls.xml (.../HoofdDataGenerator.cls.xml) (revision 74744) @@ -474,7 +474,7 @@ If (IsVerpakkingProbox) { Set AantalVolumeEenheden = ..ProductieSequentieItemRepository.GeefAantalGeladenContainersVoorToelevering(Batch.GeefID(), Toelevering.GeefID()) - If (AantalVolumeEenheden = "") { + If ((AantalVolumeEenheden = "") && $$$Not((##class(TECH.StringUtils).Equals(##class(TECH.Context.RuntimeContext).Instance().GeefApplicatie(), "UnitTest", "IntegratieTest")))) { Set Exception = ##class(TECH.Exceptions.DataNotFoundException).%New("Aantal volume eenheden kan niet leeg zijn bij batch '" _ Batch.GeefID() _ "'.") Do ..Logger.ErrorMail("GeefAantalVolumeEenheden", Exception.GeefOmschrijving())