Index: vhUnitTest/AX/Uitgaand/PM/AankoopOrderHoofding/impl/AankoopOrderHoofdingDixfConverter/Test.cls.xml
===================================================================
diff -u -r41839 -r41840
--- vhUnitTest/AX/Uitgaand/PM/AankoopOrderHoofding/impl/AankoopOrderHoofdingDixfConverter/Test.cls.xml (.../Test.cls.xml) (revision 41839)
+++ vhUnitTest/AX/Uitgaand/PM/AankoopOrderHoofding/impl/AankoopOrderHoofdingDixfConverter/Test.cls.xml (.../Test.cls.xml) (revision 41840)
@@ -30,7 +30,7 @@
Set ..ToeleveringStub = ToeleveringStub
Set LeverancierStub = ##class(vhTest.Mock.DOM.AKP.Leverancier).%New()
- Do LeverancierStub.IndienMethodCall("GeefKortingKontant").DanReturn(5)
+ Do LeverancierStub.IndienMethodCall("GeefKortingKontant").DanReturn(5.7)
Do LeverancierStub.IndienMethodCall("GeefTermijnKortingKontant").DanReturn(10)
Do LeverancierStub.IndienMethodCall("GeefTaal").DanReturn("NL")
Do LeverancierStub.IndienMethodCall("GeefNaam").DanReturn("LevNaam")
@@ -99,6 +99,22 @@
]]>
+
+
+
+
1
AX.Uitgaand.PM.AankoopOrderHoofding.impl.AankoopOrderHoofdingDixfConverter