Index: APPS/Halux/common/impl/ProductieGroepBepalerTAX.cls.xml =================================================================== diff -u -r68129 -r73747 --- APPS/Halux/common/impl/ProductieGroepBepalerTAX.cls.xml (.../ProductieGroepBepalerTAX.cls.xml) (revision 68129) +++ APPS/Halux/common/impl/ProductieGroepBepalerTAX.cls.xml (.../ProductieGroepBepalerTAX.cls.xml) (revision 73747) @@ -43,7 +43,11 @@ If (..IsProductieMetMinstensDeelsSpecialWorkshopAfhandeling(IngegevenKenmerken)) { // Heeft prio boven Opstartfase, voor het geval beiden true zijn. - Set ..ProductieGroep = ##class(APPS.Halux.common.enu.ProductieGroep).SpecialWorkshop() + If ..IngegevenKenmerkenTypeAPI.IsSifonlade(IngegevenKenmerken) { + Set ..ProductieGroep = ##class(APPS.Halux.common.enu.ProductieGroep).SpecialWorkshopSifonlade() + } Else { + Set ..ProductieGroep = ##class(APPS.Halux.common.enu.ProductieGroep).SpecialWorkshop() + } } ElseIf (..ProductieOpstartfaseBepaler.IsInOpstartfase(TaxLade)) { Set ..ProductieGroep = ##class(APPS.Halux.common.enu.ProductieGroep).Opstartfase() } ElseIf (..IsSpecialsKlant(KlantId, IngegevenKenmerken.VerpakkingType, IngegevenKenmerken.GeefVariant())){