Index: APPS/Halux/common/ProductieService.cls.xml =================================================================== diff -u -r1073 -r1350 --- APPS/Halux/common/ProductieService.cls.xml (.../ProductieService.cls.xml) (revision 1073) +++ APPS/Halux/common/ProductieService.cls.xml (.../ProductieService.cls.xml) (revision 1350) @@ -34,6 +34,10 @@ { 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())) + { + Set ProductieGroep = ##class(APPS.Halux.common.enu.ProductieGroep).Probox() + } Else { Set ProductieGroep = ##class(APPS.Halux.common.enu.ProductieGroep).Stuk()