Index: vhUnitTest/APPS/APPS/Halux/common/impl/AantallenInToeleveringTeller/GeefAantal/Test.cls.xml
===================================================================
diff -u -r58453 -r63331
--- vhUnitTest/APPS/APPS/Halux/common/impl/AantallenInToeleveringTeller/GeefAantal/Test.cls.xml (.../Test.cls.xml) (revision 58453)
+++ vhUnitTest/APPS/APPS/Halux/common/impl/AantallenInToeleveringTeller/GeefAantal/Test.cls.xml (.../Test.cls.xml) (revision 63331)
@@ -26,6 +26,8 @@
Do ProductieServiceStub.IndienMethodCall("GeefProductieGroep",..#KlantId, "ProductId_LBX_SP" , $$$ElkeWaarde).DanReturn(##class(APPS.Halux.common.enu.ProductieGroep).LBXSpoelbak())
Do ProductieServiceStub.IndienMethodCall("GeefProductieGroep",..#KlantId, "ProductId_LBX_SP_VHoss", $$$ElkeWaarde).DanReturn(##class(APPS.Halux.common.enu.ProductieGroep).LBXSpoelbakVHoss())
Do ProductieServiceStub.IndienMethodCall("GeefProductieGroep",..#KlantId, "ProductId_LBX_SML" , $$$ElkeWaarde).DanReturn(##class(APPS.Halux.common.enu.ProductieGroep).LBXSpoelbak()) ; LBX Smalle lade
+ Do ProductieServiceStub.IndienMethodCall("GeefProductieGroep",..#KlantId, "ProductId_MVX_SP" , $$$ElkeWaarde).DanReturn(##class(APPS.Halux.common.enu.ProductieGroep).MVXSpoelbak())
+ Do ProductieServiceStub.IndienMethodCall("GeefProductieGroep",..#KlantId, "ProductId_MVX_SP_VHoss", $$$ElkeWaarde).DanReturn(##class(APPS.Halux.common.enu.ProductieGroep).MVXSpoelbakVHoss())
Set ..AantallenInToeleveringTeller = ##class(APPS.Halux.common.impl.AantallenInToeleveringTeller).%New(ProductieServiceStub)
]]>
@@ -54,6 +56,19 @@
]]>
+
+
+
+
Index: APPS/Halux/common/impl/AantallenInToeleveringTeller.cls.xml
===================================================================
diff -u -r59196 -r63331
--- APPS/Halux/common/impl/AantallenInToeleveringTeller.cls.xml (.../AantallenInToeleveringTeller.cls.xml) (revision 59196)
+++ APPS/Halux/common/impl/AantallenInToeleveringTeller.cls.xml (.../AantallenInToeleveringTeller.cls.xml) (revision 63331)
@@ -43,8 +43,9 @@
If (ProductieGroep = ##class(APPS.Halux.common.enu.ProductieGroep).LBXSpoelbak()) || (ProductieGroep = ##class(APPS.Halux.common.enu.ProductieGroep).LBXSpoelbakVHoss()) {
Set Key = ##class(APPS.Halux.common.enu.ProductieGroepGroepering).LBXSpSiSl()
- }
- ElseIf (ProductieGroep = ##class(APPS.Halux.common.enu.ProductieGroep).TBXSifon()) {
+ } ElseIf (ProductieGroep = ##class(APPS.Halux.common.enu.ProductieGroep).MVXSpoelbak()) || (ProductieGroep = ##class(APPS.Halux.common.enu.ProductieGroep).MVXSpoelbakVHoss()) {
+ Set Key = ##class(APPS.Halux.common.enu.ProductieGroepGroepering).MVXSpSiSl()
+ } ElseIf (ProductieGroep = ##class(APPS.Halux.common.enu.ProductieGroep).TBXSifon()) {
Set Key = ##class(APPS.Halux.common.enu.ProductieGroepGroepering).TbxManueleBewerking()
}