Index: APPS/Halux/PPS/Document/impl/common/OnderdelenPicking.cls.xml =================================================================== diff -u -r70915 -r70916 --- APPS/Halux/PPS/Document/impl/common/OnderdelenPicking.cls.xml (.../OnderdelenPicking.cls.xml) (revision 70915) +++ APPS/Halux/PPS/Document/impl/common/OnderdelenPicking.cls.xml (.../OnderdelenPicking.cls.xml) (revision 70916) @@ -179,11 +179,8 @@ #dim IsProductiegroepFlatackV1 As %Boolean = (Productiegroep = ##class(APPS.Halux.common.enu.ProductieGroep).FlatpackV1()) #dim IsProductiegroepV1 As %Boolean = (Productiegroep = ##class(APPS.Halux.common.enu.ProductieGroep).Stuk()) - If (Categorie = ##class(APPS.Halux.common.enu.Categorie).TAORbox()) { - If (IsProductiegroepProbox || IsProductiegroepFlatackV1) { - Set GesorteerdeUitvoeringInfoIterator = ..GeefAlleProductenMetSamengeteldeGeleiders(GesorteerdeUitvoeringInfoIterator) - } - ;Set GesorteerdeUitvoeringInfoIterator = ..GeefAlleProductenBehalveBodemplatenIterator(GesorteerdeUitvoeringInfoIterator) + If ((Categorie = ##class(APPS.Halux.common.enu.Categorie).TAORbox())&& (IsProductiegroepProbox || IsProductiegroepFlatackV1)) { + Set GesorteerdeUitvoeringInfoIterator = ..GeefAlleProductenMetSamengeteldeGeleiders(GesorteerdeUitvoeringInfoIterator) } If (Categorie = ##class(APPS.Halux.common.enu.Categorie).Merivobox()) { @@ -269,27 +266,6 @@ ]]> - -GesorteerdeUitvoeringInfoIterator:TECH.Iterator -1 -TECH.Iterator - - - GesorteerdeUitvoeringInfoIterator:TECH.Iterator 1