Index: APPS/EDIExport/AankoopOrder/impl/BLUM/DataVerzamelaar.cls.xml =================================================================== diff -u -r35453 -r35461 --- APPS/EDIExport/AankoopOrder/impl/BLUM/DataVerzamelaar.cls.xml (.../DataVerzamelaar.cls.xml) (revision 35453) +++ APPS/EDIExport/AankoopOrder/impl/BLUM/DataVerzamelaar.cls.xml (.../DataVerzamelaar.cls.xml) (revision 35461) @@ -92,48 +92,46 @@ Set ToeleveringDetail.NetPrice = $Extract(BLExportLijn,35,44) Set ToeleveringDetail.PriceDimension = $Extract(BLExportLijn,45,45) Set ToeleveringDetail.DeliveryDateAxBUA = $Extract(BLExportLijn,46,51) - Set ToeleveringDetail.ProductIdentificationCustomer = ..GeefLVHProductNummer(ToeleveringDetail.OrderLineIdentificationCustomer, BLExportLijn) - Set ToeleveringDetail.ProductData = ..GeefProductData(ToeleveringDetail.ProductIdentificationCustomer) + Set ToeleveringDetail.ProductData = ..GeefProductVanToelevering(ToeleveringDetail.OrderLineIdentificationCustomer, BLExportLijn) + Set ToeleveringDetail.ProductIdentificationCustomer = ToeleveringDetail.ProductData.ProductID Quit ToeleveringDetail ]]> - -ProductID:%String="" -1 + +OrderLineIdentificationCustomer:%String,BLExportLijn:%String APPS.EDIExport.AankoopOrder.BLUM.dto.ProductData + + + + +1 + - - -OrderLineIdentificationCustomer:%String,BLExportLijn:%String -%String - -