Index: AX/Uitgaand/PM/LijstPrijs/impl/LijstPrijsDixfConverter.cls.xml =================================================================== diff -u -r48049 -r48181 --- AX/Uitgaand/PM/LijstPrijs/impl/LijstPrijsDixfConverter.cls.xml (.../LijstPrijsDixfConverter.cls.xml) (revision 48049) +++ AX/Uitgaand/PM/LijstPrijs/impl/LijstPrijsDixfConverter.cls.xml (.../LijstPrijsDixfConverter.cls.xml) (revision 48181) @@ -38,9 +38,9 @@ #dim Price As %String If ($$$Not(GrootteOrdeVerkoop = "E")){ - Set Price = $Replace(##class(TECH.Math).Ceil(($Piece($$PRIJSGEG^KPRIJS(Product.Basis.ProductNr,"N"),"\",15)*100),0.01),".",",") + Set Price = $Replace(##class(TECH.Math).Round(($Piece($$PRIJSGEG^KPRIJS(Product.Basis.ProductNr,"N"),"\",15)*100),2),".",",") } Else{ - Set Price = $Replace(##class(TECH.Math).Ceil($Piece($$PRIJSGEG^KPRIJS(Product.Basis.ProductNr,"N"),"\",15),0.01),".",",") + Set Price = $Replace(##class(TECH.Math).Round($Piece($$PRIJSGEG^KPRIJS(Product.Basis.ProductNr,"N"),"\",15),2),".",",") } Quit Price