Index: AX/Uitgaand/PM/BehoeftePlanning/impl/BehoeftePlanningIteratorFilter.cls.xml =================================================================== diff -u -r48296 -r48326 --- AX/Uitgaand/PM/BehoeftePlanning/impl/BehoeftePlanningIteratorFilter.cls.xml (.../BehoeftePlanningIteratorFilter.cls.xml) (revision 48296) +++ AX/Uitgaand/PM/BehoeftePlanning/impl/BehoeftePlanningIteratorFilter.cls.xml (.../BehoeftePlanningIteratorFilter.cls.xml) (revision 48326) @@ -67,10 +67,8 @@ } } - If IsValid { - If $$$Not($$$HasLength(..VeiligheidsVoorraadCalculator.GeefVeiligheidsVoorraad(ProductBehoefte))) { - Set IsValid = $$$False - } + If (IsValid && $$$Not($$$HasLength(..VeiligheidsVoorraadCalculator.GeefVeiligheidsVoorraad(ProductBehoefte)))) { + Set IsValid = $$$False } Quit IsValid