Index: APPS/Halux/common/impl/ProductieGroepBepalerTAX.cls.xml =================================================================== diff -u -r68124 -r68129 --- APPS/Halux/common/impl/ProductieGroepBepalerTAX.cls.xml (.../ProductieGroepBepalerTAX.cls.xml) (revision 68124) +++ APPS/Halux/common/impl/ProductieGroepBepalerTAX.cls.xml (.../ProductieGroepBepalerTAX.cls.xml) (revision 68129) @@ -43,7 +43,7 @@ If (..IsProductieMetMinstensDeelsSpecialWorkshopAfhandeling(IngegevenKenmerken)) { // Heeft prio boven Opstartfase, voor het geval beiden true zijn. - Set ..ProductieGroep = ##class(APPS.Halux.common.enu.ProductieGroep).SpecialsPM() // Nog te vervangen door nieuw aan te maken ProductieGroep "SpecialWorkshop" + 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())){ Index: vhUnitTest/APPS/Halux/common/impl/ProductieGroepBepalerTAX/GeefProductieGroep/Test.cls.xml =================================================================== diff -u -r68122 -r68129 --- vhUnitTest/APPS/Halux/common/impl/ProductieGroepBepalerTAX/GeefProductieGroep/Test.cls.xml (.../Test.cls.xml) (revision 68122) +++ vhUnitTest/APPS/Halux/common/impl/ProductieGroepBepalerTAX/GeefProductieGroep/Test.cls.xml (.../Test.cls.xml) (revision 68129) @@ -149,7 +149,7 @@ #dim Kenmerken As DOM.PM.Maatwerk.Calc.Common.impl.TAORKenmerken = ##class(vhTest.Utils.DOM.PM.Maatwerk.Calc.Common.impl.TAORKenmerken).StandaardLade() Set Kenmerken.LadeKleur = ##class(DOM.PM.enu.TAORLadeKleur).WalnutMediumBrown() - Do ..AssertProductieGroep("RandomKlantId", Kenmerken, $$$False, ..ProductieGroepEnum.SpecialsPM) + Do ..AssertProductieGroep("RandomKlantId", Kenmerken, $$$False, ..ProductieGroepEnum.SpecialWorkshop) ]]>