Index: AX/Uitgaand/PM/VrijgegProduct/impl/VrijgegProductDixfConverter.cls.xml =================================================================== diff -u -r42353 -r42356 --- AX/Uitgaand/PM/VrijgegProduct/impl/VrijgegProductDixfConverter.cls.xml (.../VrijgegProductDixfConverter.cls.xml) (revision 42353) +++ AX/Uitgaand/PM/VrijgegProduct/impl/VrijgegProductDixfConverter.cls.xml (.../VrijgegProductDixfConverter.cls.xml) (revision 42356) @@ -230,7 +230,7 @@ Set AxProduct.ADUPriceContrMargineId = ..BepaalADUPriceContrMargineId(Product) Set AxProduct.DefaultDimension = ..PrimaryVendorIdVH Set AxProduct.ItemBuyerGroupId = ..BepaalItemBuyerGroupIdVH(Product) - Set AxProduct.standardPalletQuantity = Product.Basis.PalletAantal + Set AxProduct.standardPalletQuantity = $$$If(Product.Basis.LeverancierNummer = "5005",Product.Basis.PalletAantal,"") Set AxProduct.ABCValue = Product.Basis.ABCTransport Set AxProduct.PdsVendorCheckItem = ..BepaalPdsVendorCheckItemVH(Product) /*Set AxProduct.IntraUnit = ..BepaalIntraUnit(Product)*/ @@ -354,7 +354,7 @@ Set AxProduct.ADUCostInsuranceFreight = ..BepaalADUCostInsuranceFreight(Product) Set AxProduct.ADUPriceContrMargineId = ..BepaalADUPriceContrMargineId(Product) Set AxProduct.DefaultDimension = ..PrimaryVendorIdHLX - Set AxProduct.standardPalletQuantity = Product.Basis.PalletAantal + Set AxProduct.standardPalletQuantity = $$$If(Product.Basis.LeverancierNummer = "5005",Product.Basis.PalletAantal,"") Set AxProduct.ABCValue = Product.Basis.ABCTransport Set AxProduct.PdsVendorCheckItem = ..BepaalPdsVendorCheckItemHLX(Product) /*Set AxProduct.IntraUnit = ..BepaalIntraUnit(Product)*/