Index: AX/Uitgaand/PM/LijstPrijs/impl/LijstPrijsDixfConverter.cls.xml =================================================================== diff -u -r45146 -r45412 --- AX/Uitgaand/PM/LijstPrijs/impl/LijstPrijsDixfConverter.cls.xml (.../LijstPrijsDixfConverter.cls.xml) (revision 45146) +++ AX/Uitgaand/PM/LijstPrijs/impl/LijstPrijsDixfConverter.cls.xml (.../LijstPrijsDixfConverter.cls.xml) (revision 45412) @@ -16,10 +16,10 @@ Set ..AxProduct.ActivationDate = "01/01/2017" Set ..AxProduct.CostingType = "0" - Set ..AxProduct.Price = $Replace($Piece($$PRIJSGEG^KPRIJS(Product.Basis.ProductNr,"N"),"\",15),".",",") // OPMERKING: Code ook toegepast in IteratorFilter!!! + Set ..AxProduct.Price = $Replace(($Piece($$PRIJSGEG^KPRIJS(Product.Basis.ProductNr,"N"),"\",15)*100),".",",") // Code ook gebruikt in IteratorFilter om 0-prijzen uit te sluiten!!! Set ..AxProduct.PriceQty = "1" Set ..AxProduct.PriceType = "2" - Set ..AxProduct.PriceUnit = "1" + Set ..AxProduct.PriceUnit = "100" Set ..AxProduct.UnitID = "STK" Set ..AxProduct.ItemId = Product.Basis.IdentNummer Set ..AxProduct.InventDimId = "AllBlank"