Index: AX/Uitgaand/PM/LijstPrijs/impl/LijstPrijsDixfConverter.cls.xml =================================================================== diff -u -r44155 -r45087 --- AX/Uitgaand/PM/LijstPrijs/impl/LijstPrijsDixfConverter.cls.xml (.../LijstPrijsDixfConverter.cls.xml) (revision 44155) +++ AX/Uitgaand/PM/LijstPrijs/impl/LijstPrijsDixfConverter.cls.xml (.../LijstPrijsDixfConverter.cls.xml) (revision 45087) @@ -16,7 +16,7 @@ Set ..AxProduct.ActivationDate = "01/01/2017" Set ..AxProduct.CostingType = "0" - Set ..AxProduct.Price = $Replace(Product.Prijs.LijstPrijs,".",",") + Set ..AxProduct.Price = $Replace($$ROUND^KPRIJS(Product.Prijs.LijstPrijs),".",",") Set ..AxProduct.PriceQty = "1" Set ..AxProduct.PriceType = "2" Set ..AxProduct.PriceUnit = "1"