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