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