Index: AX/Uitgaand/PM/KostPrijs/impl/KostPrijsDixfConverter.cls.xml =================================================================== diff -u -r46500 -r46571 --- AX/Uitgaand/PM/KostPrijs/impl/KostPrijsDixfConverter.cls.xml (.../KostPrijsDixfConverter.cls.xml) (revision 46500) +++ AX/Uitgaand/PM/KostPrijs/impl/KostPrijsDixfConverter.cls.xml (.../KostPrijsDixfConverter.cls.xml) (revision 46571) @@ -17,12 +17,12 @@ Set ..AxProduct.FromDate = "01/12/2017" Set ..AxProduct.Price = $Replace(($Piece($$PRIJSGEG^KPRIJS(Product.Basis.ProductNr,"N"),"\",6)*100),".",",") Set ..AxProduct.PriceAllocateMarkup = "1" - Set ..AxProduct.PriceQty = "1" + Set ..AxProduct.PriceQty = "0" Set ..AxProduct.PriceType = "0" Set ..AxProduct.PriceUnit = "100" Set ..AxProduct.UnitID = "STK" Set ..AxProduct.ItemId = Product.Basis.IdentNummer - Set ..AxProduct.InventDimId = $$$If(Vestiging=##class(AXimpl.InterneFirmaInitialen).VanHoeckeNv(),"0000001","0000861") + Set ..AxProduct.InventDimId = $$$If(Vestiging=##class(AXimpl.InterneFirmaInitialen).VanHoeckeNv(),"0000001","00000051") Set ..AxProduct.VersionId = "std" Quit ..AxProduct Index: AX/Uitgaand/PM/LijstPrijs/impl/LijstPrijsDixfConverter.cls.xml =================================================================== diff -u -r46500 -r46571 --- AX/Uitgaand/PM/LijstPrijs/impl/LijstPrijsDixfConverter.cls.xml (.../LijstPrijsDixfConverter.cls.xml) (revision 46500) +++ AX/Uitgaand/PM/LijstPrijs/impl/LijstPrijsDixfConverter.cls.xml (.../LijstPrijsDixfConverter.cls.xml) (revision 46571) @@ -18,12 +18,12 @@ Set ..AxProduct.FromDate = "01/12/2017" Set ..AxProduct.Price = ..BepaalPrice(Product, GrootteOrdeVerkoop) Set ..AxProduct.PriceAllocateMarkup = "1" - Set ..AxProduct.PriceQty = "1" + Set ..AxProduct.PriceQty = "0" Set ..AxProduct.PriceType = "2" Set ..AxProduct.PriceUnit = ..BepaalPriceUnit(GrootteOrdeVerkoop) Set ..AxProduct.UnitID = "STK" Set ..AxProduct.ItemId = Product.Basis.IdentNummer - Set ..AxProduct.InventDimId = $$$If(Vestiging=##class(AXimpl.InterneFirmaInitialen).VanHoeckeNv(),"0000001","0000861") + Set ..AxProduct.InventDimId = $$$If(Vestiging=##class(AXimpl.InterneFirmaInitialen).VanHoeckeNv(),"0000001","00000051") Set ..AxProduct.VersionId = "std" Quit ..AxProduct