Index: APPS/Halux/common/ProductieService.cls.xml =================================================================== diff -u -r1350 -r1988 --- APPS/Halux/common/ProductieService.cls.xml (.../ProductieService.cls.xml) (revision 1350) +++ APPS/Halux/common/ProductieService.cls.xml (.../ProductieService.cls.xml) (revision 1988) @@ -34,7 +34,7 @@ { Set ProductieGroep = ##class(APPS.Halux.common.enu.ProductieGroep).Pallet() } - ElseIf ((Verpakking = ##class(DOM.PM.enu.TBXVerpakking).ProboxMetOnderdelen()) || (Verpakking = ##class(DOM.PM.enu.TBXVerpakking).ProboxZonderOnderdelen()) || (Verpakking = ##class(DOM.PM.enu.TBXVerpakking).CommissieZonderOnderdelen())) + ElseIf ((Verpakking = ##class(DOM.PM.enu.TBXVerpakking).ProboxMetOnderdelen()) || (Verpakking = ##class(DOM.PM.enu.TBXVerpakking).ProboxZonderOnderdelen())) { Set ProductieGroep = ##class(APPS.Halux.common.enu.ProductieGroep).Probox() }