Index: APPS/Halux/Planning/impl/ActiviteitInfoTBX.cls.xml =================================================================== diff -u -r38817 -r54300 --- APPS/Halux/Planning/impl/ActiviteitInfoTBX.cls.xml (.../ActiviteitInfoTBX.cls.xml) (revision 38817) +++ APPS/Halux/Planning/impl/ActiviteitInfoTBX.cls.xml (.../ActiviteitInfoTBX.cls.xml) (revision 54300) @@ -130,7 +130,7 @@ If ((VPK = ##class(DOM.PM.enu.TBXVerpakking).StukMetOnderdelen()) || (VPK = ##class(DOM.PM.enu.TBXVerpakking).StukZonderOnderdelen())) { Set ProductieLijn = ##class(APPS.Halux.common.enu.ProductieLijn).Een() } Else { - Set ProductieLijn = ##class(APPS.Halux.common.enu.ProductieLijn).Twee() + Set ProductieLijn = ##class(APPS.Halux.common.enu.ProductieLijn).Vier() } } @@ -141,8 +141,8 @@ { Set IsToeTeVoegen = 0 } - // Lijnwerk voor lijn 2 mag niet worden toegekend als de productielijn niet gekend is of als de lijn verschillend is van lijn twee. - ElseIf ((ActiviteitCode = 9) && ((ProductieLijn = "") || (ProductieLijn '= ##class(APPS.Halux.common.enu.ProductieLijn).Twee()))) + // Lijnwerk voor lijn 2 mag niet worden toegekend als de productielijn niet gekend is of als de lijn verschillend is van lijn vier + ElseIf ((ActiviteitCode = 9) && ((ProductieLijn = "") || (ProductieLijn '= ##class(APPS.Halux.common.enu.ProductieLijn).Vier()))) { Set IsToeTeVoegen = 0 } Index: vhTest/Mock/APPS/Halux/common/ProductieService.cls.xml =================================================================== diff -u -r30702 -r54300 --- vhTest/Mock/APPS/Halux/common/ProductieService.cls.xml (.../ProductieService.cls.xml) (revision 30702) +++ vhTest/Mock/APPS/Halux/common/ProductieService.cls.xml (.../ProductieService.cls.xml) (revision 54300) @@ -3,8 +3,7 @@ Deze klasse werd automatisch gegenereerd en onderhouden - lokale aanpassingen zijn niet nodig. -Een hercompilatie van de basis interface - met een correct werkende studiohook ( v2.20 ++ ) - zorgt ervoor dat deze klasse aangepast wordt -Inheritance van meerdere TECH.Interface interfaces resulteert nog niet in een mockklasse met overeenkomstige inheritance-structuur. +Een hercompilatie van de basis interface - met een correct werkende studiohook ( v2.20 ++ ) - zorgt ervoor dat deze klasse aangepast wordt 1 APPS.Halux.common.ProductieService,Tools.Mock.MockClassBase Index: APPS/Halux/common/ProductieService.cls.xml =================================================================== diff -u -r47368 -r54300 --- APPS/Halux/common/ProductieService.cls.xml (.../ProductieService.cls.xml) (revision 47368) +++ APPS/Halux/common/ProductieService.cls.xml (.../ProductieService.cls.xml) (revision 54300) @@ -50,7 +50,6 @@ Else { Do ProductieLijnen.Insert(##class(APPS.Halux.common.enu.ProductieLijn).Een()) - Do ProductieLijnen.Insert(##class(APPS.Halux.common.enu.ProductieLijn).Twee()) Do ProductieLijnen.Insert(##class(APPS.Halux.common.enu.ProductieLijn).Vier()) } Quit ProductieLijnen Index: APPS/Halux/Planning/impl/BatchService.cls.xml =================================================================== diff -u -r51757 -r54300 --- APPS/Halux/Planning/impl/BatchService.cls.xml (.../BatchService.cls.xml) (revision 51757) +++ APPS/Halux/Planning/impl/BatchService.cls.xml (.../BatchService.cls.xml) (revision 54300) @@ -272,16 +272,16 @@ if (Categorie = ##class(APPS.Halux.common.enu.Categorie).Tandembox()) { do Namen.Insert(##class(APPS.Halux.common.enu.ProductieLijn).Een()) - do Namen.Insert(##class(APPS.Halux.common.enu.ProductieLijn).Twee()) + do Namen.Insert(##class(APPS.Halux.common.enu.ProductieLijn).Vier()) do Namen.Insert(##class(APPS.Halux.common.enu.ProductieLijn).A()) } elseif (Categorie = ##class(APPS.Halux.common.enu.Categorie).TAORbox()) { do Namen.Insert(##class(APPS.Halux.common.enu.ProductieLijn).Een()) do Namen.Insert(##class(APPS.Halux.common.enu.ProductieLijn).Twee()) do Namen.Insert(##class(APPS.Halux.common.enu.ProductieLijn).Drie()) } elseif (Categorie = ##class(APPS.Halux.common.enu.Categorie).Legrabox()) { do Namen.Insert(##class(APPS.Halux.common.enu.ProductieLijn).Een()) + do Namen.Insert(##class(APPS.Halux.common.enu.ProductieLijn).Twee()) do Namen.Insert(##class(APPS.Halux.common.enu.ProductieLijn).Drie()) - do Namen.Insert(##class(APPS.Halux.common.enu.ProductieLijn).Vier()) do Namen.Insert(##class(APPS.Halux.common.enu.ProductieLijn).B()) } else{ do Namen.Insert(##class(APPS.Halux.common.enu.ProductieLijn).Een()) Index: APPS/Halux/Planning/impl/ProductieLijnBepaler.cls.xml =================================================================== diff -u -r31232 -r54300 --- APPS/Halux/Planning/impl/ProductieLijnBepaler.cls.xml (.../ProductieLijnBepaler.cls.xml) (revision 31232) +++ APPS/Halux/Planning/impl/ProductieLijnBepaler.cls.xml (.../ProductieLijnBepaler.cls.xml) (revision 54300) @@ -32,7 +32,7 @@ if (..ProductieGroep = ##class(APPS.Halux.common.enu.ProductieGroep).Stuk()) { set ..Lijn = ##class(APPS.Halux.common.enu.ProductieLijn).Een() } else { - set ..Lijn = ##class(APPS.Halux.common.enu.ProductieLijn).Drie() + set ..Lijn = ##class(APPS.Halux.common.enu.ProductieLijn).Twee() } ]]> @@ -56,7 +56,7 @@ if ((..ProductieGroep = ##class(APPS.Halux.common.enu.ProductieGroep).Stuk()) || (..ProductieGroep = ##class(APPS.Halux.common.enu.ProductieGroep).Kast())) { set ..Lijn = ##class(APPS.Halux.common.enu.ProductieLijn).Een() } else { - set ..Lijn = ##class(APPS.Halux.common.enu.ProductieLijn).Twee() + set ..Lijn = ##class(APPS.Halux.common.enu.ProductieLijn).Vier() } ]]>