Index: APPS/Halux/common/impl/ProductieGroepBepalerLBX.cls.xml =================================================================== diff -u -r38011 -r38016 --- APPS/Halux/common/impl/ProductieGroepBepalerLBX.cls.xml (.../ProductieGroepBepalerLBX.cls.xml) (revision 38011) +++ APPS/Halux/common/impl/ProductieGroepBepalerLBX.cls.xml (.../ProductieGroepBepalerLBX.cls.xml) (revision 38016) @@ -10,11 +10,10 @@ #dim ProductieGroep As %String = ##class(APPS.Halux.common.enu.ProductieGroep).Standaard() /// Als versienummer gewist is, heeft PM zeker aan de bouwstenen gewerkt. Voor LBX is dat een /// aandachtspunt want de productieaansturing gebruikt de bouwstenen niet. - If ..IsKlantHein(KlantID) { - Set ProductieGroep = ##class(APPS.Halux.common.enu.ProductieGroep).Specials() - } ElseIf ( ' $$IsVersienummerIngevuld^PRBS(ProductID)) { + + If ( ' $$IsVersienummerIngevuld^PRBS(ProductID)) { Set ProductieGroep = ##class(APPS.Halux.common.enu.ProductieGroep).SpecialsPM() - } ElseIf ##class(DOM.DomeinContext).Instance().GeefProductTypeAPI().IsLadeVanSpaceTowerProduct(ProductID) { + } ElseIf ##class(DOM.DomeinContext).Instance().GeefProductTypeAPI().IsLadeVanSpaceTowerProduct(ProductID) || ..IsKlantHein(KlantID) { Set ProductieGroep = ##class(APPS.Halux.common.enu.ProductieGroep).Specials() } Else { #dim MaatwerkProduct As DOM.PM.MaatwerkProduct = ..ProductTypeAPI.GeefMaatwerkProduct(ProductID)