Index: AX/Uitgaand/PM/KostPrijs/impl/KostPrijsDixfConverter.cls.xml =================================================================== diff -u -r44151 -r45138 --- AX/Uitgaand/PM/KostPrijs/impl/KostPrijsDixfConverter.cls.xml (.../KostPrijsDixfConverter.cls.xml) (revision 44151) +++ AX/Uitgaand/PM/KostPrijs/impl/KostPrijsDixfConverter.cls.xml (.../KostPrijsDixfConverter.cls.xml) (revision 45138) @@ -16,7 +16,7 @@ Set ..AxProduct.ActivationDate = "01/01/2017" Set ..AxProduct.CostingType = "0" - Set ..AxProduct.Price = $Replace(Product.Prijs.CifPPL,".",",") + Set ..AxProduct.Price = $Replace(##class(TECH.Math).Round($Piece($$PRIJSGEG^KPRIJS(Product.Basis.ProductNr,"N"),"\",6),3),".",",") Set ..AxProduct.PriceQty = "1" Set ..AxProduct.PriceType = "0" Set ..AxProduct.PriceUnit = "1"