Index: vhUnitTest/AX/Uitgaand/PM/AankoopPrijzenLev/impl/AankoopPrijzenLevCifDixfConverter/Test.cls.xml
===================================================================
diff -u -r45160 -r45166
--- vhUnitTest/AX/Uitgaand/PM/AankoopPrijzenLev/impl/AankoopPrijzenLevCifDixfConverter/Test.cls.xml (.../Test.cls.xml) (revision 45160)
+++ vhUnitTest/AX/Uitgaand/PM/AankoopPrijzenLev/impl/AankoopPrijzenLevCifDixfConverter/Test.cls.xml (.../Test.cls.xml) (revision 45166)
@@ -42,7 +42,6 @@
Do $$$AssertEquals(ConvertedProduct.JournalName ,"HOJ")
Do $$$AssertEquals(ConvertedProduct.JournalNum ,"00000004")
Do $$$AssertEquals(ConvertedProduct.Module ,"Leverancier")
- Do $$$AssertEquals(ConvertedProduct.Percent1 ,"")
Do $$$AssertEquals(ConvertedProduct.Percent2 ,"")
Do $$$AssertEquals(ConvertedProduct.QuantityAmountFrom ,"")
Do $$$AssertEquals(ConvertedProduct.QuantityAmountTo ,"")
@@ -53,6 +52,24 @@
]]>
+
+
+
+
+
+
+
+
1
AX.Uitgaand.PM.Product.impl.Product
Index: AX/Uitgaand/PM/AankoopPrijzenLev/impl/AankoopPrijzenLevCifDixfConverter.cls.xml
===================================================================
diff -u -r45160 -r45166
--- AX/Uitgaand/PM/AankoopPrijzenLev/impl/AankoopPrijzenLevCifDixfConverter.cls.xml (.../AankoopPrijzenLevCifDixfConverter.cls.xml) (revision 45160)
+++ AX/Uitgaand/PM/AankoopPrijzenLev/impl/AankoopPrijzenLevCifDixfConverter.cls.xml (.../AankoopPrijzenLevCifDixfConverter.cls.xml) (revision 45166)
@@ -72,7 +72,7 @@
Set ..AxProduct.AccountCode = "Tabel"
Set ..AxProduct.AccountRelation = ..BepaalAccountRelation(Product,Vestiging)
- Set ..AxProduct.Amount = ..BepaalAmount(Product)
+ Set ..AxProduct.Amount = $Translate(Product.Prijs.PPL,".",",")
Set ..AxProduct.Currency = Product.Prijs.MuntAankoop.MuntCode
Set ..AxProduct.FromDate = "01/01/2017"
Set ..AxProduct.InventDimId = "AllBlank"
@@ -82,7 +82,7 @@
Set ..AxProduct.JournalNum = "00000004"
Set ..AxProduct.LineNum = LineNum
Set ..AxProduct.Module = "Leverancier"
- Set ..AxProduct.Percent1 = ""
+ Set ..AxProduct.Percent1 = $Translate(Product.Prijs.CifPerc,".",",")
Set ..AxProduct.Percent2 = ""
Set ..AxProduct.PriceUnit = ""
Set ..AxProduct.QuantityAmountFrom = ""
@@ -118,21 +118,6 @@
]]>
-
-Product:AX.Uitgaand.PM.Product.impl.Product
-1
-%String
-
-
-
Product:AX.Uitgaand.PM.Product.impl.Product
1