Index: APPS/Halux/common/impl/ProductieGroepBepalerTBX.cls.xml =================================================================== diff -u -r41110 -r41985 --- APPS/Halux/common/impl/ProductieGroepBepalerTBX.cls.xml (.../ProductieGroepBepalerTBX.cls.xml) (revision 41110) +++ APPS/Halux/common/impl/ProductieGroepBepalerTBX.cls.xml (.../ProductieGroepBepalerTBX.cls.xml) (revision 41985) @@ -3,6 +3,24 @@ APPS.Halux.common.impl.ProductieGroepBepaler + +APPS.Halux.common.impl.ProductieGroepBepaler.ProductieOpstartfaseBepalerTBX +1 + + + +ProductieOpstartfaseBepaler:APPS.Halux.common.impl.ProductieGroepBepaler.ProductieOpstartfaseBepalerTBX="" +1 +1 +%Status +1 + + + KlantID:DOM.VKP.VanHoeckeKlantID,ProductID:%String APPS.Halux.common.enu.ProductieGroep @@ -13,7 +31,9 @@ #dim Verpakking As DOM.PM.enu.TBXVerpakking = TBXLade.GeefVerpakking() #dim ODSP As %String = TBXLade.GeefOnderdelenSpeciaal() - If (ODSP '= "") { + If (..ProductieOpstartfaseBepaler.IsInOpstartfase(TBXLade,ProductID)) { + Set ProductieGroep = ##class(APPS.Halux.common.enu.ProductieGroep).SpecialsPM() + } ElseIf (ODSP '= "") { Set ProductieGroep = ##class(APPS.Halux.common.enu.ProductieGroep).Specials() } ElseIf (..IsBuroOfHangmappenLade(TBXLade)) { Set ProductieGroep = ##class(APPS.Halux.common.enu.ProductieGroep).Specials()