Index: AX/Uitgaand/PM/LijstPrijs/impl/LijstPrijsIteratorFilter.cls.xml
===================================================================
diff -u -r44152 -r45146
--- AX/Uitgaand/PM/LijstPrijs/impl/LijstPrijsIteratorFilter.cls.xml (.../LijstPrijsIteratorFilter.cls.xml) (revision 44152)
+++ AX/Uitgaand/PM/LijstPrijs/impl/LijstPrijsIteratorFilter.cls.xml (.../LijstPrijsIteratorFilter.cls.xml) (revision 45146)
@@ -25,7 +25,7 @@
0))
]]>
Index: AX/Uitgaand/PM/KostPrijs/impl/KostPrijsIteratorFilter.cls.xml
===================================================================
diff -u -r44110 -r45146
--- AX/Uitgaand/PM/KostPrijs/impl/KostPrijsIteratorFilter.cls.xml (.../KostPrijsIteratorFilter.cls.xml) (revision 44110)
+++ AX/Uitgaand/PM/KostPrijs/impl/KostPrijsIteratorFilter.cls.xml (.../KostPrijsIteratorFilter.cls.xml) (revision 45146)
@@ -25,7 +25,7 @@
0))
]]>
Index: AX/Uitgaand/PM/LijstPrijs/impl/LijstPrijsDixfConverter.cls.xml
===================================================================
diff -u -r45136 -r45146
--- AX/Uitgaand/PM/LijstPrijs/impl/LijstPrijsDixfConverter.cls.xml (.../LijstPrijsDixfConverter.cls.xml) (revision 45136)
+++ AX/Uitgaand/PM/LijstPrijs/impl/LijstPrijsDixfConverter.cls.xml (.../LijstPrijsDixfConverter.cls.xml) (revision 45146)
@@ -16,7 +16,7 @@
Set ..AxProduct.ActivationDate = "01/01/2017"
Set ..AxProduct.CostingType = "0"
- Set ..AxProduct.Price = $Replace($$ROUND^KPRIJS($Piece($$PRIJSGEG^KPRIJS(Product.Basis.ProductNr,"N"),"\",15)),".",",")
+ Set ..AxProduct.Price = $Replace($Piece($$PRIJSGEG^KPRIJS(Product.Basis.ProductNr,"N"),"\",15),".",",") // OPMERKING: Code ook toegepast in IteratorFilter!!!
Set ..AxProduct.PriceQty = "1"
Set ..AxProduct.PriceType = "2"
Set ..AxProduct.PriceUnit = "1"
Index: AX/Uitgaand/PM/KostPrijs/impl/KostPrijsDixfConverter.cls.xml
===================================================================
diff -u -r45138 -r45146
--- AX/Uitgaand/PM/KostPrijs/impl/KostPrijsDixfConverter.cls.xml (.../KostPrijsDixfConverter.cls.xml) (revision 45138)
+++ AX/Uitgaand/PM/KostPrijs/impl/KostPrijsDixfConverter.cls.xml (.../KostPrijsDixfConverter.cls.xml) (revision 45146)
@@ -16,7 +16,7 @@
Set ..AxProduct.ActivationDate = "01/01/2017"
Set ..AxProduct.CostingType = "0"
- Set ..AxProduct.Price = $Replace(##class(TECH.Math).Round($Piece($$PRIJSGEG^KPRIJS(Product.Basis.ProductNr,"N"),"\",6),3),".",",")
+ Set ..AxProduct.Price = $Replace($Piece($$PRIJSGEG^KPRIJS(Product.Basis.ProductNr,"N"),"\",6),".",",") // OPMERKING: Code ook toegepast in IteratorFilter!!!
Set ..AxProduct.PriceQty = "1"
Set ..AxProduct.PriceType = "0"
Set ..AxProduct.PriceUnit = "1"