Index: AX/Uitgaand/PM/BehoeftePlanning/impl/BehoeftePlanningIteratorFilter.cls.xml =================================================================== diff -u -r45576 -r45839 --- AX/Uitgaand/PM/BehoeftePlanning/impl/BehoeftePlanningIteratorFilter.cls.xml (.../BehoeftePlanningIteratorFilter.cls.xml) (revision 45576) +++ AX/Uitgaand/PM/BehoeftePlanning/impl/BehoeftePlanningIteratorFilter.cls.xml (.../BehoeftePlanningIteratorFilter.cls.xml) (revision 45839) @@ -63,9 +63,9 @@ Do ##class(TECH.ExceptionHandler).Throw(##class(TECH.Exceptions.IllegalArgumentException).%New("Geef als parameter ofwel VHBE, ofwel HLX mee! Huidige parameter = '"_..Vestiging)) } - If ##class(TECH.StringUtils).Equals(ReqGroupId,"Handmatig","MTO"){ + If ##class(TECH.StringUtils).Equals(ReqGroupId,"Handmatig","MTO") { Set IsValid = $$$False - } ElseIf ("***"'[ProductBehoefte.Basis.Uitverkoop){ + } ElseIf ((ProductBehoefte.Basis.Uitverkoop '= "") && ($$$Not(##class(TECH.StringUtils).Contains(ProductBehoefte.Basis.Uitverkoop = "***")))) { Set IsValid = $$$False }