Index: APPS/Halux/common/impl/ProductieGroepBepalerTAX.cls.xml =================================================================== diff -u -r54563 -r54765 --- APPS/Halux/common/impl/ProductieGroepBepalerTAX.cls.xml (.../ProductieGroepBepalerTAX.cls.xml) (revision 54563) +++ APPS/Halux/common/impl/ProductieGroepBepalerTAX.cls.xml (.../ProductieGroepBepalerTAX.cls.xml) (revision 54765) @@ -42,29 +42,17 @@ #dim IngegevenKenmerken As DOM.PM.Maatwerk.Calc.Common.impl.TAORKenmerken = TaxLade.GeefIngegevenKenmerken() If (..ProductieOpstartfaseBepaler.IsInOpstartfase(TaxLade)) { - Set ..ProductieGroep = ##class(APPS.Halux.common.enu.ProductieGroep).SpecialsPM() - } ElseIf $$$Not(..IsVolledig(IngegevenKenmerken)) { - Set ..ProductieGroep = ##class(APPS.Halux.common.enu.ProductieGroep).Specials() - } ElseIf IngegevenKenmerken.SpecialType = ##class(DOM.PM.enu.SpecialType).SpecialPM() { - Set ..ProductieGroep = ##class(APPS.Halux.common.enu.ProductieGroep).SpecialsPM() - } ElseIf ..IngegevenKenmerkenTypeAPI.IsSifonlade(IngegevenKenmerken) { - Set ..ProductieGroep = ##class(APPS.Halux.common.enu.ProductieGroep).SpecialsPM() - } ElseIf ..IsKlantHein(KlantID) { - Set ..ProductieGroep = ##class(APPS.Halux.common.enu.ProductieGroep).Specials() - } Else { - Do ..Verwerk(IngegevenKenmerken.VerpakkingType) - } Quit ..ProductieGroep ]]>